Skip to content

Commit fe9aaa0

Browse files
authored
Merge pull request #2786 from PhilippC/bugfix/webdav-dialog-crashing
add a theme to SelectStorageLocationActivity
2 parents 076bde7 + 2cd11ba commit fe9aaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keepass2android-app/SelectStorageLocationActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace keepass2android
1414
{
15-
[Activity(Label = "")]
15+
[Activity(Label = "", Theme = "@style/Kp2aTheme_BlueActionBar")]
1616
public class SelectStorageLocationActivity : SelectStorageLocationActivityBase, IDialogInterfaceOnDismissListener
1717
{
1818
private ActivityDesign _design;

0 commit comments

Comments
 (0)