Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33e7011c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "audiomanager: fix volume group callback" am: bb10358a

Change-Id: I1f9329952a84a5fe2463163600793771ffe253c5
parents 1cf5d1f1 bb10358a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -157,9 +157,7 @@ public class AudioVolumeGroupChangeHandler {
            Handler handler = eventHandler.handler();
            if (handler != null) {
                Message m = handler.obtainMessage(what, arg1, arg2, obj);
                if (what != AUDIOVOLUMEGROUP_EVENT_NEW_LISTENER) {
                    handler.removeMessages(what);
                }
                // Do not remove previous messages, as we would lose notification of group changes
                handler.sendMessage(m);
            }
        }