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