add a theme to SelectStorageLocationActivity. without, the webdav credential dialog was crashing.

This commit is contained in:
Philipp Crocoll
2025-02-25 16:15:45 +01:00
parent eddcedd00b
commit 2cd11ba50e

View File

@@ -12,7 +12,7 @@ using keepass2android;
namespace keepass2android
{
[Activity(Label = "")]
[Activity(Label = "", Theme = "@style/Kp2aTheme_BlueActionBar")]
public class SelectStorageLocationActivity : SelectStorageLocationActivityBase, IDialogInterfaceOnDismissListener
{
private ActivityDesign _design;