Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4de5e9d

Browse files
committed
Fix crashes when inserting USB key while dialog is showing
1 parent a716ac9 commit 4de5e9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
<activity
5252
android:name=".ui.crypto.DecryptActivity"
53+
android:configChanges="keyboard|keyboardHidden"
5354
android:exported="true" />
5455

5556
<activity
@@ -93,6 +94,7 @@
9394
android:name=".ui.settings.SettingsActivity"
9495
android:exported="false"
9596
android:label="@string/action_settings"
97+
android:configChanges="keyboard|keyboardHidden"
9698
android:parentActivityName=".ui.passwords.PasswordStore" />
9799

98100
<activity
@@ -136,6 +138,7 @@
136138
android:windowSoftInputMode="adjustResize" />
137139
<activity
138140
android:name=".ui.autofill.AutofillDecryptActivity"
141+
android:configChanges="keyboard|keyboardHidden"
139142
android:exported="false"
140143
android:theme="@style/NoBackgroundThemeM3" />
141144
<activity
@@ -162,6 +165,7 @@
162165
android:windowSoftInputMode="adjustNothing" />
163166
<activity
164167
android:name=".ui.pgp.PGPKeyImportActivity"
168+
android:configChanges="keyboard|keyboardHidden"
165169
android:theme="@style/NoBackgroundThemeM3" />
166170
<activity
167171
android:name=".ui.pgp.PGPKeyListActivity"

0 commit comments

Comments
 (0)