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
596 stars 172 forks source link

PageModelCoreMethods incorrectly passes animate parameter to PopPage #324

Closed jakubjenis closed 3 years ago

jakubjenis commented 3 years ago

PopModalNavigationService is incorrectly passing animate parameter as modal. This crashes, if called with true PopModalNavigationService(animate = false)

If I understand it correctly, PopModalNavigationService should always PopPage as modal, but pass the animate parameter.