I'm following the instructions here;
https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/
In rootpage.cs I'm setting the bar background color like so:
detailpage.BarBackgroundColor = Color.FromHex("#56198E");
In the Xamarin Android emulator, the background color of the bar stays consistent. On a real phone, the bar background color changes to black as soon as I navigate anywhere. What gives?