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

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

Merge "Early return when mA2dp is null (disconnected) to avoid null object...

Merge "Early return when mA2dp is null (disconnected) to avoid null object reference" am: d479859c am: 43c7ce7a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2633292



Change-Id: Ib02a15655974aa8cb3da637967327de3aea41eb6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0cdf5452 43c7ce7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,8 +266,8 @@ public class BtHelper {
            if (AudioService.DEBUG_VOL) {
                AudioService.sVolumeLogger.log(new AudioEventLogger.StringEvent(
                        "setAvrcpAbsoluteVolumeIndex: bailing due to null mA2dp").printLog(TAG));
                return;
            }
            return;
        }
        if (!mAvrcpAbsVolSupported) {
            AudioService.sVolumeLogger.log(new AudioEventLogger.StringEvent(