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

Commit 83faa1c2 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am e5c2a9d1: Merge "Add null pointer check in A2DPService"

* commit 'e5c2a9d1':
  Add null pointer check in A2DPService
parents 8d2c0c13 e5c2a9d1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -58,7 +58,9 @@ public class A2dpService extends ProfileService {
    }

    protected boolean stop() {
        if (mStateMachine != null) {
            mStateMachine.doQuit();
        }
        mAvrcp.doQuit();
        return true;
    }