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

Commit cf262a47 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

Merge "Cleanup Bluetooth MCE State Machine"

am: c9afdae1

Change-Id: I1c844ce6af89017dc915f0f9d8bf87eb4543ddbd
parents 94f11f87 c9afdae1
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;