Merge "Calling onTransitionEnd when starting a user controller animation so that any transient property is cleared" into ub-launcher3-qt-dev

This commit is contained in:
Sunny Goyal
2019-05-04 18:45:36 +00:00
committed by Android (Google) Code Review
@@ -553,6 +553,8 @@ public class LauncherStateManager {
cancelAnimation();
if (reapplyNeeded) {
reapplyState();
// Dispatch on transition end, so that any transient property is cleared.
onStateTransitionEnd(mState);
}
mConfig.setAnimation(anim, null);
}