Skip to content

Commit

Permalink
#8 - Fix context removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Nov 2, 2018
1 parent adc19e2 commit a13c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Neptuo.Navigation.TestsApp.Wpf/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ void Clear(ViewContext context)
// main.Window.IsEnabled = true;
//}

context = null;
views.Remove(context);
context = null;
}

ViewContext target = null;
Expand Down

0 comments on commit a13c9f5

Please sign in to comment.