Fix: Resolve startup crash by switching AndroidManifest theme to Theme.MaterialComponents.DayNight.NoActionBar

This commit is contained in:
2026-07-05 16:22:14 +07:00
parent 53926a3f95
commit df1192dac4
@@ -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"