1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-06 21:53:30 +01:00

revert adjustPan in ActAppSetting

This commit is contained in:
tateisu 2020-02-04 05:30:42 +09:00
parent 91d4b14484
commit 36b86e4471

View File

@ -168,7 +168,7 @@
<activity
android:name=".ActAppSetting"
android:label="@string/app_setting"
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden"
/>
<activity