lets force portrait mode for now
This commit is contained in:
parent
9652f4c061
commit
0b51fb87d3
|
@ -34,6 +34,7 @@
|
||||||
android:name=".activities.MainActivity"
|
android:name=".activities.MainActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/LauncherTheme" />
|
android:theme="@style/LauncherTheme" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|
Loading…
Reference in New Issue