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

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

am 507d9ee9: Merge "Add null pointer check in A2DPService"

* commit '507d9ee9':
  Add null pointer check in A2DPService
parents 8ce06fa6 507d9ee9
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;
    }