I've been migrating an Android project from FormsApplicationActivity to FormsAppCompatActivity and (along with various other things that have needed fixing as a result) I am now seeing an odd effect when navigating back on Navigation pages within a Master Detail page - it seems to flash with a white border around the page that is being popped, rather than the smoother fade when using FormsApplicationActivity. Has anyone else noticed something similar and know of a style (or ideally not...a custom renderer) I can add to remove this. The pages are ContentPages within a single NavigationPage that's set as the DetailPage.
Thanks in advance. I'm tempted to just stick with FormsApplicationActivity to be honest...!