diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c3ff6302..239cb4f8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -158,6 +158,8 @@ android:configChanges="orientation|keyboardHidden" android:theme="@style/DialogLikeThemeM3" android:windowSoftInputMode="adjustNothing" /> + <activity android:name=".ui.pgp.PGPKeyImportActivity" + android:theme="@style/NoBackgroundThemeM3" /> </application> </manifest> |