use launcher theme for the splash screen to avoid showing a black one

This commit is contained in:
tibbi 2022-09-20 10:38:52 +02:00
parent 0cbd0f3098
commit 8e51687e91
1 changed files with 1 additions and 1 deletions

View File

@ -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"