David N. Junod
Results
2
comments of
David N. Junod
You say that "ReverseInit is only called when data is present." so how do we get there to be "data present" when the back button is pressed? How do we...
Figured it out after looking at your source... protected override async void ViewIsDisappearing(object sender, EventArgs e) { base.ViewIsDisappearing(sender, e); if (PreviousPageModel != null) { var dict = new Dictionary {...