Hi,
Just checking to see if I'm missing something. In iOS 13.3.1 preferredStatusBarStyle fired and worked fine. In iOS 13.4 and 13.4.1 is doesn't fire at all. I thought this was supposed to be fixed in iOS 13.4.1
I have themes set up in my app and they still work fine in iOS 13.3.1
override var preferredStatusBarStyle: UIStatusBarStyle
{
// print("preferredStatusBarStyle fired")
return Theme.current.barStyle
}