Removal of the splash screen because it causes some crashes when rotating the device

This commit is contained in:
CappielloAntonio 2021-08-30 09:03:52 +02:00
parent a2243e079f
commit 1c23e53ed7
6 changed files with 3 additions and 18 deletions

View file

@ -12,7 +12,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.App.Starting"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
android:allowBackup="false">
<activity