Fix: Resolve startup crash by switching AndroidManifest theme to Theme.MaterialComponents.DayNight.NoActionBar
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
android:icon="@android:mipmap/sym_def_app_icon"
|
||||
android:label="Retro Photobooth"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.AppCompat.NoActionBar">
|
||||
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
|
||||
Reference in New Issue
Block a user