mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-14 21:05:09 -05:00
Hide keyboard in safe slinger activity
This commit is contained in:
parent
3325ff57a7
commit
dd007e9664
@ -138,6 +138,7 @@
|
|||||||
android:name=".ui.SafeSlingerActivity"
|
android:name=".ui.SafeSlingerActivity"
|
||||||
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
||||||
android:label="@string/title_exchange_keys"
|
android:label="@string/title_exchange_keys"
|
||||||
|
android:windowSoftInputMode="stateHidden"
|
||||||
android:parentActivityName=".ui.KeyListActivity">
|
android:parentActivityName=".ui.KeyListActivity">
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
|
Loading…
Reference in New Issue
Block a user