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

Commit fb041b51 authored by Chris Elliott's avatar Chris Elliott
Browse files

DO NOT MERGE ANYWHERE Fix UE initiated detach Abnormal case

BUG=31487061

DCSwitch-state machine will not transition to AttachingState
from AttachedState on receiving EVENT_DATA_DETACHED.

Fix is provided by Qualcomm and has been extensively reviewed.
Refer to the bug for additional details.

Change-Id: Ie8e5948c390c7e68b4c39cfa3c821af95deb157e
parent 32388fe9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ public class DcSwitchStateMachine extends StateMachine {
                    if (DBG) {
                        log("AttachedState: EVENT_DATA_DETACHED");
                    }
                    transitionTo(mAttachingState);
                    transitionTo(mIdleState);
                    retVal = HANDLED;
                    break;
                }