mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-07 02:10:10 -05:00
Always show an open database, if there is one, rather than the file selector
This commit is contained in:
parent
72ab132979
commit
75297418c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user