Resuming correctly re-opens the previsouly opened database

This commit is contained in:
Geoffroy BONNEVILLE
2020-05-02 14:39:42 +02:00
parent 654bd6b4e5
commit 97b10baedc
4 changed files with 4 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ namespace ModernKeePass
_notification.Show("App resumed", "Database reopened (changes were saved)");
#endif
}
catch (Exception)
catch (DatabaseClosedException)
{
_navigation.NavigateTo(Constants.Navigation.MainPage);
#if DEBUG