prefersStatusBarHidden called for every tap

Noticed that with iOS 13 beta 2, the prefersStatusBarHidden function is called for every user tap, just before the event reaches the app. Not under iOS 12.


The only way to avoid this, seems to set the plist key UIViewControllerBasedStatusBarAppearance to NO.


Is this intentional? Could have performance consequences for my app.