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

Commit

Permalink
Fix crashes when inserting USB key while dialog is showing
Browse files Browse the repository at this point in the history
  • Loading branch information
tadfisher committed Oct 9, 2022
1 parent a716ac9 commit 4de5e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

<activity
android:name=".ui.crypto.DecryptActivity"
android:configChanges="keyboard|keyboardHidden"
android:exported="true" />

<activity
Expand Down Expand Up @@ -93,6 +94,7 @@
android:name=".ui.settings.SettingsActivity"
android:exported="false"
android:label="@string/action_settings"
android:configChanges="keyboard|keyboardHidden"
android:parentActivityName=".ui.passwords.PasswordStore" />

<activity
Expand Down Expand Up @@ -136,6 +138,7 @@
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.autofill.AutofillDecryptActivity"
android:configChanges="keyboard|keyboardHidden"
android:exported="false"
android:theme="@style/NoBackgroundThemeM3" />
<activity
Expand All @@ -162,6 +165,7 @@
android:windowSoftInputMode="adjustNothing" />
<activity
android:name=".ui.pgp.PGPKeyImportActivity"
android:configChanges="keyboard|keyboardHidden"
android:theme="@style/NoBackgroundThemeM3" />
<activity
android:name=".ui.pgp.PGPKeyListActivity"
Expand Down

0 comments on commit 4de5e9d

Please sign in to comment.