Dragger icon indicating copy to clipboard operation
Dragger copied to clipboard

Activity move to top when a textview is updated

Open kienvtqhi opened this issue 9 years ago • 1 comments

I am using Dragger into my music player app. In my app, the music player activity is using draggerView. draggerView.setDraggerPosition(DraggerPosition.TOP);

But i have a problem. The activity will be moved to top of screen while dragging if an UI component of activity is updated. I have a service to play the music and using LocalBroadcastManager to update the progress bar.

How can i fix it?

Thanks you so much John

kienvtqhi avatar Aug 31 '15 09:08 kienvtqhi

I feel that is already fixed at 1.1 version. Let me verify it.

ppamorim avatar Dec 02 '15 23:12 ppamorim