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

Commit c8445a73 authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

Fixed IWLAN handover issue am: 9a5c331d am: 367a2106

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/2034103

Change-Id: I94866aa09c565f8be2ae0238595e43d4bbd3b674
parents 92a70e62 367a2106
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -996,6 +996,7 @@ public class DataNetwork extends StateMachine {
            switch (msg.what) {
                case EVENT_START_HANDOVER:
                case EVENT_TEAR_DOWN_NETWORK:
                case EVENT_DATA_STATE_CHANGED:
                    // Defer the request until handover succeeds or fails.
                    deferMessage(msg);
                    break;