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

In MvxCachingFragmentActivity, receiving a ViewModelRequest with different parameters of a frag already being shown, should trigger the ViewModel Lifecycle

Open vvolkgang opened this issue 10 years ago • 1 comments

Currently, if we need to show a viewmodel with different parameters with a visible fragment, the process will be blocked somewhere inside MvvmCross. This needs to be changed in order to support the ViewModel lifecycle reload, so it receives the new parameters and by databinding, the current view should adapt to it.

vvolkgang avatar Nov 10 '15 23:11 vvolkgang

Can you check again with the code after PR: https://github.com/MvvmCross/MvvmCross-AndroidSupport/pull/149 ?

martijn00 avatar Dec 23 '15 11:12 martijn00