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

Commit 0ef82f78 authored by Ajay Panicker's avatar Ajay Panicker Committed by Gerrit Code Review
Browse files

Merge "Stop accessing statemachine after cleanup"

parents 34ab8dd6 bd177ad7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ public class A2dpSinkService extends ProfileService {
    }

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