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

Commit 17cda75a authored by Krzysztof Kopyściński's avatar Krzysztof Kopyściński Committed by Automerger Merge Worker
Browse files

ADM: fix typo in setFallbackDeviceActiveLocked am: 776882cc

parents 3501fb44 776882cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1140,7 +1140,7 @@ public class ActiveDeviceManager implements AdapterService.BluetoothStateCallbac
            connectedHearingAidDevices.addAll(mHearingAidConnectedDevices);
        }
        if (!mLeHearingAidConnectedDevices.isEmpty() && leAudioService != null) {
            for (BluetoothDevice dev : mLeAudioConnectedDevices) {
            for (BluetoothDevice dev : mLeHearingAidConnectedDevices) {
                if (leAudioService.isGroupAvailableForStream(leAudioService.getGroupId(dev))) {
                    connectedHearingAidDevices.add(dev);
                }