commit | 0d5daafd2f99945664284126f2dad75838f14e7a | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Wed Feb 07 15:18:00 2018 -0800 |
committer | Jon Miranda <jonmiranda@google.com> | Wed Feb 07 17:41:22 2018 -0800 |
tree | 3efdb706bc26bf4f217541c6bd1c1938b4a7d81f | |
parent | 03c8e3ffadb02e1c9c31b7d88a507911ca063fee [diff] [blame] |
Prevent blinking when user presses home. Intead of finishing the entire animation (launcher animation and window animation), we finish just the launcher animation. Bug: 73071035 Change-Id: Ied84cb641f3cedc367433ad99d21ab1b258ae7f8
diff --git a/src/com/android/launcher3/LauncherAppTransitionManager.java b/src/com/android/launcher3/LauncherAppTransitionManager.java index c0d52c1..43d5e62 100644 --- a/src/com/android/launcher3/LauncherAppTransitionManager.java +++ b/src/com/android/launcher3/LauncherAppTransitionManager.java
@@ -65,7 +65,7 @@ return getDefaultActivityLaunchOptions(launcher, v); } - /** Cancels the current transition animation */ - public void finishAnimation() { + /** Cancels the current Launcher transition animation */ + public void finishLauncherAnimation() { } }