rid00z / FreshMvvm

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
Apache License 2.0
595 stars 172 forks source link

ReverseInit not called #318

Closed henda79 closed 3 years ago

henda79 commented 3 years ago

@rid00z

Is there any reason why ReverseInit is not called when null is passed as the parameter ? It works fine if anything other than null is called.

On the other side Init works fine if the parameter is null.

I wanted to use the ReverseInit to check if the user had made a selection from the modal page.

rid00z commented 3 years ago

This is not specifically by design but we will leave the behaviour as is for backward compatibility.