Merge pull request #2786 from PhilippC/bugfix/webdav-dialog-crashing
add a theme to SelectStorageLocationActivity
This commit is contained in:
		| @@ -12,7 +12,7 @@ using keepass2android; | ||||
|  | ||||
| namespace keepass2android | ||||
| { | ||||
| 	[Activity(Label = "")] | ||||
| 	[Activity(Label = "", Theme = "@style/Kp2aTheme_BlueActionBar")] | ||||
| 	public class SelectStorageLocationActivity : SelectStorageLocationActivityBase, IDialogInterfaceOnDismissListener | ||||
| 	{ | ||||
| 		private ActivityDesign _design; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 PhilippC
					PhilippC