From b35437dd3ee8de5a3af4a1174d61039ab8b44cd7 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 21 Mar 2020 17:50:13 +0100 Subject: [PATCH] Handle configuration changes in preferences activity --- DroidFishApp/src/main/AndroidManifest.xml | 3 ++- .../java/org/petero/droidfish/activities/Preferences.java | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DroidFishApp/src/main/AndroidManifest.xml b/DroidFishApp/src/main/AndroidManifest.xml index 2104a0e..909f9d4 100644 --- a/DroidFishApp/src/main/AndroidManifest.xml +++ b/DroidFishApp/src/main/AndroidManifest.xml @@ -94,7 +94,8 @@ + android:label="@string/preferences" + android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|smallestScreenSize">