Skip to content

Play queue: Prevent ANR

Geoffrey Métais requested to merge Dekans/vlc-android:fixes into master

canSwitchToVideo() calls getVideoTracksCount() which can block main thread.

Merge request reports