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

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

Clean up outstanding handover request when tearing down am: 25935f2d

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

Change-Id: I7f26d256310a325e9b1793d36a8d62853f9a00e9
parents d7e77595 25935f2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1862,6 +1862,9 @@ public class DcTracker extends Handler {
            apnContext.setDataConnection(null);
        }

        // If there is any outstanding handover request, we need to respond it.
        sendHandoverCompleteMessages(apnContext.getApnTypeBitmask(), false, false);

        // Make sure reconnection alarm is cleaned up if there is no ApnContext
        // associated to the connection.
        if (dataConnection != null) {