forked from organicmaps/organicmaps
[android] fix: Hide soft keyboard on orientation change.
This commit is contained in:
parent
8bdcbb2613
commit
6aa3a71025
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@
|
|||
<activity
|
||||
android:name="com.mapswithme.maps.MWMActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="stateAlwaysHidden"
|
||||
android:theme="@style/MwmTheme.Map">
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue