MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Close ViewModel Doesn't call OnFragmentPopped in Activity #319

Open mtaulbee opened 7 years ago

mtaulbee commented 7 years ago

When I call Close() in a ViewModel, and I have the OnFragmentPopped(IList currentFragmentsInfo) method overridden in an activity, it does not get called.