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
Hi, I found this annoying behaviour, where if you press back during transition, the push animation gets canceled, rather then reversed.
For Activities behaviour is that if you press back during animation it will be reversed from the current position in the animation.
In conductor this is not possible because if you press back during transition, AnimatorChangeHandler.getAnimatorfrom: View? is null, hence you cannot create a animator from current values backwards.
The text was updated successfully, but these errors were encountered:
Hi, I found this annoying behaviour, where if you press back during transition, the push animation gets canceled, rather then reversed.
For Activities behaviour is that if you press back during animation it will be reversed from the current position in the animation.
In conductor this is not possible because if you press back during transition,
AnimatorChangeHandler.getAnimator
from: View?
is null, hence you cannot create a animator from current values backwards.The text was updated successfully, but these errors were encountered: