refactor: change screenOrientation to sensorPortrait (closes #640)

This commit is contained in:
andrekir 2023-05-30 18:46:04 -03:00
parent 80153f7543
commit 8ac6aa8126

View file

@ -129,7 +129,7 @@
<activity
android:name="com.geeksville.mesh.MainActivity"
android:launchMode="singleInstance"
android:screenOrientation="portrait"
android:screenOrientation="sensorPortrait"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/Theme.App.Starting"
android:exported="true">