Minor refactoring

This commit is contained in:
Geoffroy BONNEVILLE
2021-06-15 15:33:15 +02:00
parent 5387f1c5a1
commit 2ebd952982

View File

@@ -55,8 +55,8 @@ namespace ModernKeePass.Views
protected override void OnNavigatedFrom(NavigationEventArgs e)
{
Model.Cleanup();
base.OnNavigatedFrom(e);
Model.Cleanup();
}
}
}