Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing state after previously changing it to dismissed results in drawer "jumping" before it is being dismissed #97

Open
ilyapuchka opened this issue Apr 4, 2019 · 0 comments
Labels

Comments

@ilyapuchka
Copy link
Contributor

Drawer state change animation is implemented in a way that does not forbid changing to a different state while previous transition animation is still in progress (related to #86). Because of that when dismissing drawer (by calling setDrawerState(.dismissed)) and then changing state to something else, i.e. partially expanded, you can see that it is animating to this new state even though the intention is for it to be dismissed.

20190320184605

@ilyapuchka ilyapuchka added the bug label Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant