Skip to content

Commit e1634ec

Browse files
reduce delay
1 parent f21a893 commit e1634ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 8500;
47+
private final int SPLASH_DELAY = 4000;
4848

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

android/app/src/main/res/values/splash_theme.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<item name="windowSplashScreenAnimationDuration">1000</item>
66

77
<!-- Status bar and Nav bar configs -->
8-
<item name="android:statusBarColor" tools:targetApi="l">@color/splash_status_bar_color</item>
8+
<item name="android:statusBarColor" tools:targetApi="l">@color/splash_background</item>
99
<item name="android:windowLightStatusBar">false</item>
1010

1111
<item name="postSplashScreenTheme">@style/DarkTheme</item>

0 commit comments

Comments
 (0)