clear() not clearing animation of undobar leaving screen.
Opened this issue · 2 comments
Deleted user commented
When calling the option clear() on the undoBar, this does not clear the animation of the undobar leaving the screen.
For example, I have two fragments in an fragmentactivity: Frag1 & Frag2 in FragActivity.
- Frag1 displays a list of items, upon clicking an item, this item is displayed in Frag2.
- Frag2 shows an undoBar.
- Back button is pressed, undobar is cleared in the OnPause
- Back in Frag1, the undoBar is gone.. however.. suddenly the animation of the undoBar leaving the screen is visible.
EDIT: this was in version 0.3. May have been fixed in the meantime?
soarcn commented
Can you please upload your code to here or Gist?
soarcn commented
Reopen it when you can provide further info.