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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: