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

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

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

* commit '11b8b227':
  Fix A2dp crash when re-starting Bluetooth services
parents 3513ca5d 11b8b227
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;
    }