From 2cd11ba50e1b66c533dcd6ac881149bb1e44728f Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 25 Feb 2025 16:15:45 +0100 Subject: [PATCH] add a theme to SelectStorageLocationActivity. without, the webdav credential dialog was crashing. --- src/keepass2android-app/SelectStorageLocationActivity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keepass2android-app/SelectStorageLocationActivity.cs b/src/keepass2android-app/SelectStorageLocationActivity.cs index c5be5b0e..a7b6d122 100644 --- a/src/keepass2android-app/SelectStorageLocationActivity.cs +++ b/src/keepass2android-app/SelectStorageLocationActivity.cs @@ -12,7 +12,7 @@ using keepass2android; namespace keepass2android { - [Activity(Label = "")] + [Activity(Label = "", Theme = "@style/Kp2aTheme_BlueActionBar")] public class SelectStorageLocationActivity : SelectStorageLocationActivityBase, IDialogInterfaceOnDismissListener { private ActivityDesign _design;