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

Commit 507d9ee9 authored by Matthew Xie's avatar Matthew Xie Committed by Gerrit Code Review
Browse files

Merge "Add null pointer check in A2DPService"

parents dead7637 bcf68a06
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;
    }