fixed frame change on in-call status bar
it is better to implement logic on UIApplication.willChangeStatusBarFrameNotification notification for good animation, but it will take lots changes for frames. this one is hot fix and will change frame at the end of status bar animation.
It can be tested in simulator by Hardware - Toggle in-call Status bar
@bonyadmitr Thanks for your PR. How could I reproduce this case? Using "Toggle in-call Status bar" doesn't seem to trigger the function call?
@bonyadmitr Thanks for your PR. How could I reproduce this case? Using "Toggle in-call Status bar" doesn't seem to trigger the function call?
I'm a little bit confused. It should be called. didChangeStatusBarFrameNotification observer must be called. I fixed a bug in my project by this observer.