We are using the MvvmCross Framework (Version 4.4) in one of our Apps (Android with native UI). Sometimes (it is not reproducable) the app does crash, because after navigating the wrong fragment/activity is still alive.
For example: We are navigating to MyNewTargetView, but within the OnViewCreated method “this” is still “MenuView”. One of our fragments must implement listener for a listview, and those listener are of course not implemented within the MenuView.
Has anyone ever experienced this kind of problem and can hint us, what to do to solve this problem?