adding observer that sets requestedOrientation

This commit is contained in:
Sir-Photch
2023-02-03 22:01:18 +01:00
parent e492a4975d
commit 10d027951d
6 changed files with 18 additions and 6 deletions

View File

@@ -12,8 +12,7 @@
android:theme="@style/LauncherTheme"
android:stateNotNeeded="true"
android:resumeWhilePausing="true"
android:windowSoftInputMode="stateHidden|adjustResize"
android:screenOrientation="portrait">
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />