Cancel launcher app transition when changing states

The app transition might change an object that the new
state depends on, causing an inconsistent state.

Bug: 72816542
Change-Id: Ia6dd52971b52be5589c88f4f6d93d06146fbadab
This commit is contained in:
Tony
2018-02-05 18:48:24 -08:00
parent 9c70e7e220
commit dc76f8e856
4 changed files with 23 additions and 5 deletions
@@ -64,4 +64,8 @@ public class LauncherAppTransitionManager {
public Bundle getActivityLaunchOptions(Launcher launcher, View v) {
return getDefaultActivityLaunchOptions(launcher, v);
}
/** Cancels the current transition animation */
public void finishAnimation() {
}
}