Skip to content

VideoPlayerViewController: Fix play queue crash

Diogo Simao Marques requested to merge diogo.simao-marques/vlc-ios:crash into master

This merge request brings a fix to our most frequent crash:

  • The queue view controller's view is removed from its superview before adding it to the video player's view in order to avoid any conficts between the possible parents.

Closes #1675 (closed)

Merge request reports