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

Commit c9afdae1 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by Gerrit Code Review
Browse files

Merge "Cleanup Bluetooth MCE State Machine"

parents 214667d9 e4b6aaf7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -374,6 +374,9 @@ final class MceStateMachine extends StateMachine {
                    break;

                case MSG_MAS_DISCONNECTED:
                    if (mMasClient != null) {
                        mMasClient.shutdown();
                    }
                    transitionTo(mDisconnected);
                    break;