From df1192dac421374cc36fdc873a44dbe1d643410d Mon Sep 17 00:00:00 2001 From: 3dtours Date: Sun, 5 Jul 2026 16:22:14 +0700 Subject: [PATCH] Fix: Resolve startup crash by switching AndroidManifest theme to Theme.MaterialComponents.DayNight.NoActionBar --- android-project/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index 13771a5..e0788f3 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -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">