Skip to content

MediaCollectionViewCell: fix isEditing update logic

Soomin Lee requested to merge bubu/vlc-ios:media/cell/edit/01 into master

This fixes the update logic behind the isEditing property. Indeed before this patch, the content of the labels where updated before updating the property making for example the size shown inconsistently.

Merge request reports