Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce484f4f authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-60382f80-140d-4281-b905-99472c404e5b" into ub-launcher3-master

* changes:
  [automerger] Increase DELAY_MS for DiscoveryBounce. am: 8d945e49
  Increase DELAY_MS for DiscoveryBounce.
parents 0da2a5b8 4f6a95b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";