Skip to content

media-keys: Cancel audio feedback before checking state

Since commit 7d74327d we omit sound feedback on volume changes if something is already outputting sound. Unfortunately that "something" may be our own feedback (from a previous volume change).

In that case we do not want to omit the new feedback, so instead cancel the previous one.

Fixes #508 (closed)

Edited by Florian Müllner

Merge request reports