add a theme to SelectStorageLocationActivity. without, the webdav credential dialog was crashing.
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
	 Philipp Crocoll
					Philipp Crocoll