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

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

Merge "Cleanup Bluetooth MCE State Machine"

parents 473163bf 79242b04
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;