mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: change screenOrientation to sensorPortrait (closes #640)
This commit is contained in:
parent
80153f7543
commit
8ac6aa8126
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue