Skip to content

MediaCategoryViewController: Remove unnecessary layout update

Soomin Lee requested to merge bubu/vlc-ios:newui/edit/transition/fix/01 into master

This could lead to potential crash since editCollectionViewLayout isn't set yet.

Additionally, it will get updated once the layout will be set.

This will probably fix https://appcenter.ms/orgs/videolan/apps/VLC-for-iOS-production/crashes/errors/3350845194u/overview.

Merge request reports