mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-03 04:12:41 -05:00
Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
android:name="com.geeksville.mesh.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
|
||||
android:windowSoftInputMode="stateAlwaysHidden"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
Reference in New Issue
Block a user