ReedCopsey / Gjallarhorn.Bindable

Unidirectional binding library built on top of Gjallarhorn for WPF and Xamarin Forms
MIT License
27 stars 10 forks source link

ModalDialog doesn't call dispose for the DataContext of a window. #24

Closed FoggyFinder closed 5 years ago

FoggyFinder commented 5 years ago

I think that better to call Dispose() for the DataContext of the Window after calling ShowDialog() the same as for content of the old page. Without it the behaviour can be odd.