From 8d945e497fa1631ba34419ed5387bdb26741311a Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Tue, 1 May 2018 21:21:48 -0700 Subject: [PATCH] Increase DELAY_MS for DiscoveryBounce. We need it to be longer, otherwise it interferes with the app closing animation. Change-Id: Id50e54362564eb8f7c083495fe8ca039c68fba3f --- src/com/android/launcher3/allapps/DiscoveryBounce.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/allapps/DiscoveryBounce.java b/src/com/android/launcher3/allapps/DiscoveryBounce.java index f73916c54c..8f1c8dfd86 100644 --- a/src/com/android/launcher3/allapps/DiscoveryBounce.java +++ b/src/com/android/launcher3/allapps/DiscoveryBounce.java @@ -42,7 +42,7 @@ import com.android.launcher3.states.InternalStateHandler; */ public class DiscoveryBounce extends AbstractFloatingView { - private static final long DELAY_MS = 200; + private static final long DELAY_MS = 450; public static final String HOME_BOUNCE_SEEN = "launcher.apps_view_shown"; public static final String SHELF_BOUNCE_SEEN = "launcher.shelf_bounce_seen";