summaryrefslogtreecommitdiff
path: root/src_ui_overrides
diff options
context:
space:
mode:
authorTracy Zhou <tracyzhou@google.com>2019-08-14 15:01:53 -0700
committerTracy Zhou <tracyzhou@google.com>2019-10-02 16:53:02 -0700
commit387279d9385b520e20ba7c6e10efb6c64de130a0 (patch)
tree723d60ee44f13c24c397de9c0f74aae21a68697c /src_ui_overrides
parent67138875fa96acbe1b58a82fad51ae0d892bb6ab (diff)
downloadLauncher3-387279d9385b520e20ba7c6e10efb6c64de130a0.tar.gz
Live tile should switch to screenshot before finishing recents animation
Fixes: 139439373 Test: Launch a new app from shortcuts in Overview mode. Make sure the live tile stays put (no hole). Same with touching empty space in Overview to go home. Change-Id: I6cacf2842e21f9856d0021cea9fddf4f870f09f0
Diffstat (limited to 'src_ui_overrides')
-rw-r--r--src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
index 467ae02d5c..6d9ed88e08 100644
--- a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
+++ b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
@@ -96,7 +96,8 @@ public class UiFactory {
public static void resetPendingActivityResults(Launcher launcher, int requestCode) { }
- public static void clearSwipeSharedState(boolean finishAnimation) {}
+ /** No-op. */
+ public static void clearSwipeSharedState(Launcher launcher, boolean finishAnimation) { }
public static Person[] getPersons(ShortcutInfo si) {
return Utilities.EMPTY_PERSON_ARRAY;