use launcher theme for the splash screen to avoid showing a black one
This commit is contained in:
parent
0cbd0f3098
commit
8e51687e91
|
@ -30,7 +30,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.SplashActivity"
|
android:name=".activities.SplashActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:theme="@style/SplashTheme" />
|
android:theme="@style/LauncherTheme" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.MainActivity"
|
android:name=".activities.MainActivity"
|
||||||
|
|
Loading…
Reference in New Issue