ppamorim / Dragger

Animate your activity!
Apache License 2.0
1.3k stars 166 forks source link

Activity move to top when a textview is updated #30

Open kienvtqhi opened 9 years ago

kienvtqhi commented 9 years ago

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 8 years ago

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