Increase DELAY_MS for DiscoveryBounce.

We need it to be longer, otherwise it interferes with the app closing
animation.

Change-Id: Id50e54362564eb8f7c083495fe8ca039c68fba3f
This commit is contained in:
Jon Miranda
2018-05-01 21:21:48 -07:00
parent 4d9c414cdb
commit 8d945e497f
@@ -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";