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

Commit 2252adea authored by Adam Cohen's avatar Adam Cohen
Browse files

Increase delay before dismissing intro screen (issue 13691305)

Change-Id: I0b81d61b922278e0e72c3055086010612687c7d9
parent 31442560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ public class Launcher extends Activity
    public static final int EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT = 300;
    public static final int EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT_FOLDER_CLOSE = 400;
    private static final int ON_ACTIVITY_RESULT_ANIMATION_DELAY = 500;
    private static final int ACTIVITY_START_DELAY = 500;
    private static final int ACTIVITY_START_DELAY = 800;

    private static final Object sLock = new Object();
    private static int sScreen = DEFAULT_SCREEN;