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
commit 1c7d1c7ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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