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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user