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

@ -1,11 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/colorPrimary</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>