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

Commit 48540838 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

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



Change-Id: I2855ba6f72a495a3ba13aff479b35ab68a6bc7d6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fb6d67a1 50d753f7
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) {