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.
PopModalNavigationService
is incorrectly passinganimate
parameter asmodal
. This crashes, if called with truePopModalNavigationService(animate = false)
If I understand it correctly, PopModalNavigationService should always PopPage as modal, but pass the
animate
parameter.