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

Commit 3e5cf839 authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "[BUG] AudioService: PlaybackActivityMonitor: fix exploding list"

parents cbb7f4fd 3c518a3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -783,7 +783,7 @@ public final class PlaybackActivityMonitor
            // the same time if we still have a public client.
            while (clientIterator.hasNext()) {
                PlayMonitorClient pmc = clientIterator.next();
                if (pcdb.equals(pmc.mDispatcherCb)) {
                if (pcdb.asBinder().equals(pmc.mDispatcherCb.asBinder())) {
                    pmc.release();
                    clientIterator.remove();
                } else {