diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml index ad0c1e7db..961c2b063 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">