Skip to content

Mini Player improvements + Remove console warnings

This merge request brings a fix to:

  • The mini player's invisible play queue and its constraints.

Closes #1768 (closed)

This merge request also removes a bunch of console warnings generated by:

  • Conflicting constraints of the MediaCollectionViewCells
  • Conflicting constraints of the MovieCollectionViewCells
  • Conflicting constraints of the MiniAudioPlayer

The MiniAudioPlayer constraints were rewritten here in order to also simplify the view's hierarchy by deleting a useless stack view and improve the way the controls are displayed.

Mini Audio Player before
Mini Audio Player after

Merge request reports