Skip to content

MiniPlayer: Fix height constraint

This merge request brings a fix to:

  • The mini player's height constraint priority, that is now set to default high in order to avoid the constraint from being broken if any other constraint comes in conflict.

Besides, this also silences Xcode warnings regarding the mini player's constraints.

This merge request also brings an adjustment to the play queue height constraint attribution:

  • When the play queue is attached to any other view, the previous height constraint is removed if needed before adding the new one.

Closes #1673 (closed)

Merge request reports