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

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

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

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

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