From cb72592f4b5840c3b95a5b58d8f2eaba7503c823 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 7 Aug 2025 16:24:20 -0700 Subject: [PATCH] android: fix dark/light mode and folding screen crash We have to tell android not to restart the activity when a dark/light mode is switched or when the phone is folded/unfolded. Otherwise it will crash. Signed-off-by: William Casarin --- crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml b/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml index 6d6a3994..799a1e30 100644 --- a/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml +++ b/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar">