Merge pull request #2786 from PhilippC/bugfix/webdav-dialog-crashing

add a theme to SelectStorageLocationActivity
This commit is contained in:
PhilippC
2025-03-04 12:16:08 +01:00
committed by GitHub

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;