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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user