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

Commit c1715f60 authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Clean up outstanding handover request when tearing down" into sc-dev

parents a9dec58d 1d0f56f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1865,6 +1865,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) {