Safeguard against lockscreen-crashes on older Android devices

This commit is contained in:
Vishnu Mohandas 2021-05-29 16:47:10 +05:30
parent 286095e077
commit 9e070abdf7

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<style name="LaunchTheme" parent="Theme.AppCompat.NoActionBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>