Skip to content

VLCMovieViewController: Fix setHighlightsToday crash on iOS 14

Edgar Fouillet requested to merge edrflt/vlc-ios:fix__setHighlightsToday into master

On iOS 14, this hack leeds to crashes when playing a video.
This commit fixes the crash by conditioning the hack to iOS <= 13.

Merge request reports