MvvmCross-AndroidSupport
MvvmCross-AndroidSupport copied to clipboard
Close ViewModel Doesn't call OnFragmentPopped in Activity
When I call Close() in a ViewModel, and I have the OnFragmentPopped(IList<IMvxCachedFragmentInfo> currentFragmentsInfo) method overridden in an activity, it does not get called.