XAM-Consulting / FreshMvvm.Maui

MIT License
44 stars 10 forks source link

Correctly set previous navigation service to page model #14

Closed lachlanjcollins closed 5 months ago

lachlanjcollins commented 1 year ago

Small fix - encountered when using nested navigation services (i.e. a FreshNavigationService within FreshTabbedNavigationContainer).

When popping to the parent navigation service the previous navigation service was null causing a crash.

Should close out #10.