Activity move to top when a textview is updated
kienvtqhi opened this issue · 1 comments
kienvtqhi commented
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
ppamorim commented
I feel that is already fixed at 1.1 version. Let me verify it.