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

Commit 805a89bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Re-add return statements accidentally removed in aosp/2461534"

parents b9b748cc 3dfe7106
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -660,6 +660,7 @@ public class BluetoothDeviceManager {
                if (!switchingBtDevices) {
                    return setLeAudioCommunicationDevice();
                }
                return true;
            }
            return false;
        } else if (callProfile == BluetoothProfile.HEARING_AID) {
@@ -670,6 +671,7 @@ public class BluetoothDeviceManager {
                if (!switchingBtDevices) {
                    return setHearingAidCommunicationDevice();
                }
                return true;
            }
            return false;
        } else if (callProfile == BluetoothProfile.HEADSET) {