diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml
index ad0c1e7db..a9503edab 100644
--- a/Habitica/AndroidManifest.xml
+++ b/Habitica/AndroidManifest.xml
@@ -34,7 +34,7 @@
android:name=".ui.activities.MainActivity"
android:theme="@style/LaunchAppTheme"
android:windowSoftInputMode="stateHidden|adjustResize"
- android:configChanges="screenSize | smallestScreenSize | screenLayout | orientation"
+ android:configChanges="screenSize | smallestScreenSize | screenLayout"
android:exported="true">
@@ -56,7 +56,7 @@
android:parentActivityName=".ui.activities.MainActivity"
android:label="@string/PS_settings_title"
tools:ignore="UnusedAttribute"
- android:configChanges="screenSize | smallestScreenSize | screenLayout | orientation"
+ android:configChanges="screenSize | smallestScreenSize | screenLayout"
android:exported="true">