MvvmCross-AndroidSupport icon indicating copy to clipboard operation
MvvmCross-AndroidSupport copied to clipboard

Close ViewModel Doesn't call OnFragmentPopped in Activity

Open mtaulbee opened this issue 8 years ago • 0 comments

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.

mtaulbee avatar Feb 09 '17 16:02 mtaulbee