forked from organicmaps/organicmaps
[android] fix: Incorrect window resize when keyboard is open.
This commit is contained in:
parent
6aa3a71025
commit
7609f8440b
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
<activity
|
||||
android:name="com.mapswithme.maps.MWMActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="stateAlwaysHidden"
|
||||
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
|
||||
android:theme="@style/MwmTheme.Map">
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue