Hi,
I have a MasterDetailPage subclass pushed onto the navigation stack and bound to a viewmodel that has a BackToRootCommand which ultimately calls NavigationPage.PopToRootAsync. I get a NullReferenceException from the PopToRootAsync operation. It shows the root page, but then fails.
Am I missing something or is this a known issue?
Thanks!