Skip to content

VLCMovieViewController: Fix orientation detection for notches

Soomin Lee requested to merge bubu/vlc-ios:newui/movie/view/wide/notch-03 into master

The orientation should be detected through UIInterfaceOrientation and not UIDeviceOrientation in order to avoid specifically handling orientation such as UIDeviceOrientationFaceUp.

Merge request reports