iOS 13.4 prefersStatusBarHidden not called only iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max

This is a big bug connected with status bar show/hide.
I have issue, because in my application status bar. always is shown, only when dismissing UIImagePickerController status bar is hidden.
And I use prefersStatusBarHidden variable to fix this bug.
This solution always works, except Xcode Version 11.4.
In Xcode Version 11.4 this solution works nicely, too.
But not works on the following simulators or devices iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max.
How can I fix this problem.

iOS 13.4 prefersStatusBarHidden not called only iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max
 
 
Q