Skip to content

widgets/mediacontrols: Fix usage in action drawer and height animation

Fixes an issue where if the media controls were active and the action drawer was flicked opened, sometimes it would not fully open.

Changes include:

  1. Media controls will now no longer animate its height if implicitHeight is 0
  2. The action drawer animation code was reworked to allow its height to change dynamically.

Merge request reports