mirror of
https://github.com/FossifyOrg/Launcher.git
synced 2026-08-07 05:43:10 -04:00
lets force portrait mode for now
This commit is contained in:
1 parent
9652f4c061
commit
0b51fb87d3
1 file changed
+1
@@ -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
|
||||||
|
|||||||
Reference in new issue
Block a user