mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Resuming correctly re-opens the previsouly opened database
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user