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

Commit 4a5068b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Re-add return statements accidentally removed in aosp/2461534" am: 805a89bf am: 323faab5 am: 50d753f7 am: 48540838 am: 3e0ca7eb

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/2622611



Change-Id: Ic3c670be2768a9e6cb00e398adb652dfa2dd23cc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 91c51d2e 3e0ca7eb
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) {