am 8440e7ce: Merge "Increase delay before dismissing intro screen (issue 13691305)" into ub-now-mister-ugly

* commit '8440e7ce17a3d54254217c69982c2ec2937ba4ba':
  Increase delay before dismissing intro screen (issue 13691305)
This commit is contained in:
Adam Cohen
2014-03-31 15:14:10 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -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;