Always show an open database, if there is one, rather than the file selector
This commit is contained in:
		@@ -508,6 +508,13 @@ namespace keepass2android
 | 
			
		||||
		{
 | 
			
		||||
			base.OnStart();
 | 
			
		||||
			Kp2aLog.Log("FileSelect.OnStart");
 | 
			
		||||
 | 
			
		||||
			var db = App.Kp2a.GetDb();
 | 
			
		||||
			if (db.Loaded)
 | 
			
		||||
			{
 | 
			
		||||
				PasswordActivity.Launch(this, db.Ioc, AppTask);
 | 
			
		||||
			}
 | 
			
		||||
			
 | 
			
		||||
		}
 | 
			
		||||
		public override bool OnCreateOptionsMenu(IMenu menu) {
 | 
			
		||||
			base.OnCreateOptionsMenu(menu);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user