temporary fix for nullpointer on orientation change in import activity

This commit is contained in:
Dominik Schürmann
2014-02-04 18:59:40 +01:00
parent 82b0fba47d
commit b78a564de3
2 changed files with 11 additions and 5 deletions

View File

@@ -254,6 +254,7 @@
android:label="@string/title_certify_key" />
<activity
android:name=".ui.ImportKeysActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_import_keys"
android:launchMode="singleTop"
android:windowSoftInputMode="stateHidden">