From 79f8e9cfcaa74c9dd35493fb9975d945d180bf76 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Mon, 1 May 2023 09:51:06 +0200 Subject: [PATCH] Activities are now kept on configuration change (e.g. rotation), which in turn keeps the fragments alive during rotation --- app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6788a84..77ac85b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,6 +20,7 @@ android:name=".activity.MainActivity" android:windowSoftInputMode="adjustPan" android:exported="true" + android:configChanges="orientation|keyboardHidden|screenSize" android:theme="@style/Theme.StudIPTimetable"> @@ -30,12 +31,14 @@