Replace custom splashscreen with native one

This commit is contained in:
Niko Diamadis
2023-01-30 14:55:30 +01:00
parent 11a74537e4
commit f49d8fbda1
5 changed files with 17 additions and 4 deletions

View File

@@ -17,12 +17,12 @@
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme.SplashScreen">
<activity
android:name=".init.InitializationActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar"
android:theme="@style/AppTheme.SplashScreen"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />