Skip to content

[3.3.x] media category VC: replace timer with a lock

Felix Paul Kühne requested to merge fkuehne/vlc-ios:bp-758 into 3.3.x

fb6f65e8 changed the timer interval to 0.0 so all calls were always executed eliminating the use for it. This lock replaces the timer and ensures that multiple reload attempts will not be executed simultaneously.

(backport of !758 (merged))

Merge request reports