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

Commit 11b8b227 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Git Automerger
Browse files

am 8aaf0ab7: Fix A2dp crash when re-starting Bluetooth services

* commit '8aaf0ab7':
  Fix A2dp crash when re-starting Bluetooth services
parents 5301d34a 8aaf0ab7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -62,7 +62,9 @@ public class A2dpService extends ProfileService {
        if (mStateMachine != null) {
            mStateMachine.doQuit();
        }
        if (mAvrcp != null) {
            mAvrcp.doQuit();
        }
        return true;
    }