Merge pull request #250 from vfurman-gh/master

Do not use windowSoftInputMode=adjustPan
This commit is contained in:
Kevin Hester
2021-02-23 09:02:09 +08:00
committed by GitHub

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