lets force portrait mode for now

This commit is contained in:
tibbi 2022-09-17 17:51:10 +02:00
parent 9652f4c061
commit 0b51fb87d3
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
android:name=".activities.MainActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/LauncherTheme" />
<activity