Skip to content

VideoPlayerViewController: Fix rotation lock by using UIInterfaceOrientation

Soomin Lee requested to merge bubu/vlc-ios:videplayer/rotation/lock/01 into master

Use UIInterfaceOrientation instead of UIDeviceOrientation as we do not need to handle the cases of all the device orientation such as faceUp/faceDown.

By doing so, this will fix the rotation lock by 'handling' the faceUp/faceDown orientations.

Merge request reports