Now that I have added the sample Shell.FlyoutContentTemplate from the xamarin-forms/app-fundamentals/shell/flyout documentation
to my App, clicking on the various FlyoutItems no longer navigates to the destination page.
A click sound is heard, but my breakpoints in OnNavigating and OnNavigated are no longer hit, and nothing happens
What do I need to do to re-instate the previous functionality?