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

Commit 933f3ee9 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "AudioDeviceInventory: do not use immutable device lists" into main

parents 874cb8e5 e1b47ee2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1501,7 +1501,7 @@ public class AudioDeviceInventory {
            } else {
                status = addOp.deviceRoleAction(useCase, role, devices);
                if (status == AudioSystem.SUCCESS) {
                    rolesMap.put(key, devices);
                    rolesMap.put(key, new ArrayList(devices));
                }
            }
            return status;