Skip to content

EditController: Properly update the edit state

Diogo Simao Marques requested to merge diogo.simao-marques/vlc-ios:edit into master

This merge request brings a fix to the edit controller by:

  • Properly updating the edit state after an edit action is performed.
  • Properly handling the media groups special case, where the view can be discarded after being emptied. In which case, the edit update information needs to be propagated.

Closes #1743 (closed)

Merge request reports