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

Commit 16d48034 authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Early return when mA2dp is null (disconnected) to avoid null object reference

Bug: 287135970
Test: m
Change-Id: Id9e05f94b9fc7c76f6d3bad482246eb4f72aa054
Merged-In: Id9e05f94b9fc7c76f6d3bad482246eb4f72aa054
parent c25c1ca1
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(