From 47ec1317c4edf1f13fade4e3c457b8c7b0a8f026 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 14 Jun 2026 18:44:10 -0400 Subject: [PATCH] WebUiActivity: Handle uiMode configuration changes WebView already handles this automatically. We can avoid recreating the Activity so that the state of modal dialogs isn't lost when switching between light and dark mode. Signed-off-by: Andrew Gunnerson --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5eb435d..5e3cf5b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -121,7 +121,7 @@ + android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />