Skip to content

VLCPlayerDisplayController: Present MovieViewController in fullScreen

With the recent changes in iOS 13, if we do not explicitly set the presentation mode to fullscreen, it will be as presented as a "card" which we do not want for the MovieViewController.

Merge request reports