Restored useless changes

Code cleanup
This commit is contained in:
BONNEVILLE Geoffroy
2018-08-03 17:41:52 +02:00
parent 6f96e698ec
commit e437f65f83
7 changed files with 21 additions and 30 deletions

View File

@@ -44,7 +44,6 @@ namespace ModernKeePass.Views
NavigationHelper.OnNavigatedTo(e);
if (!(e.Parameter is EntryVm)) return;
DataContext = (EntryVm)e.Parameter;
Model.GoBackCommand = NavigationHelper.GoBackCommand;
}
protected override void OnNavigatedFrom(NavigationEventArgs e)