VolumeOSD: Increase animation duration and fix a bug with the audio applet page
I noticed today that the audio applet page on my phone had an unexpected color behind the ListItemBase.qml
items. I traced the issue down to them using a ItemDelegate
. However, I still don't understand why this problem occurs only on the phone. Changing it to a Control
seems to fix the issue though.
Image of the problem:
Also, this merge request slightly increases the duration for the popup animation to help it feel a bit smoother.