diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml
index bc77b4c59..fffa0c3b8 100644
--- a/Habitica/AndroidManifest.xml
+++ b/Habitica/AndroidManifest.xml
@@ -33,7 +33,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">