This fixes a crash when `setDrawable` was called twice. VLC was trying to set the first call UIView as a drawable and not the second one. Hence, causing a `EXC_BAD_ACCESS` since the first UIView was deallocated. bt: https://pastebin.com/GrHie5i2 Signed-off-by: Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit 78d096df33edac73fed7d93c2223a762bf19f895)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|