I have a Xamarin Forms/Prism App with a MasterDetail Page. In a couple of the detail pages I have buttons to open the camera/gallery using CrossMedia plugin. I'm noticing that when the Camera/Gallery is closed (either cancelled or after photo taken/selected) in ANDROID the Hamburger Menu icon ceases to open the Master Menu. I'm still able to swipe the menu in from the left though but the Hamburger button does nothing.
I've created a simple repo app with the same functionality and the hamburger menu works fine after opening the camera so it is something specific to my app, but I have no clue how to figure out the cause.
Works as expected on iOS.
Vague I know, but if anyone could offer any direction on how to diagnose that would be MUCH appreciated.
Thanks in advance