We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d1f96 commit bc2672fCopy full SHA for bc2672f
android/app/src/main/java/im/status/ethereum/MainActivity.java
@@ -44,7 +44,7 @@ public class MainActivity extends NavigationActivity
44
45
@Nullable private PermissionListener mPermissionListener;
46
private boolean keepSplash = true;
47
- private final int SPLASH_DELAY = 6200;
+ private final int SPLASH_DELAY = 8500;
48
49
private static void registerUncaughtExceptionHandler(final Context context) {
50
final Thread.UncaughtExceptionHandler defaultUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler();
0 commit comments