Skip to content

Commit

Permalink
Merge pull request #56 from KBaluh/minimizeBug
Browse files Browse the repository at this point in the history
Fix for minimize and restore application bug
  • Loading branch information
Miguel Ramos committed Aug 6, 2019
2 parents 1a61077 + 5fa0cc9 commit 8f59e7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Inventory.App/Views/Shell/ShellView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ private void OnViewConsolidated(ApplicationView sender, ApplicationViewConsolida
var appView = ApplicationView.GetForCurrentView();
appView.Consolidated -= OnViewConsolidated;
ServiceLocator.DisposeCurrent();
Window.Current.Close();
}

private async void OnUnlockClick(object sender, Windows.UI.Xaml.RoutedEventArgs e)
Expand Down

0 comments on commit 8f59e7f

Please sign in to comment.