Skip to content

Commit bc2672f

Browse files
increase more delay
1 parent 04d1f96 commit bc2672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/im/status/ethereum/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class MainActivity extends NavigationActivity
4444

4545
@Nullable private PermissionListener mPermissionListener;
4646
private boolean keepSplash = true;
47-
private final int SPLASH_DELAY = 6200;
47+
private final int SPLASH_DELAY = 8500;
4848

4949
private static void registerUncaughtExceptionHandler(final Context context) {
5050
final Thread.UncaughtExceptionHandler defaultUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler();

0 commit comments

Comments
 (0)