You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: