Correct navigation to root group when creating new database

This commit is contained in:
BONNEVILLE Geoffroy
2018-09-10 11:25:57 +02:00
parent bbae2c356a
commit 34f6d4e793

View File

@@ -65,7 +65,7 @@ namespace ModernKeePass.Views
{
Model.PopulateInitialData(DatabaseService.Instance, new SettingsService(), new ImportService());
_mainFrame.Navigate(typeof(GroupDetailPage));
_mainFrame.Navigate(typeof(GroupDetailPage), DatabaseService.Instance.RootGroup);
}
private void Selector_OnSelectionChanged(object sender, SelectionChangedEventArgs e)