Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active.

This commit is contained in:
Vadim Furman
2021-02-22 15:00:32 -08:00
parent 5bef2fc9cf
commit ead36b2fc6

View File

@@ -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" />