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

Commit 3a64109d authored by John Wang's avatar John Wang Committed by Android (Google) Code Review
Browse files

Merge "Restore ready apns once voice call ended" into jb-dev

parents 13fac485 32eda207
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2142,11 +2142,10 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
                // clean slate after call end.
                resetPollStats();
            }
        } else {
        }
        // reset reconnect timer
        setupDataOnReadyApns(Phone.REASON_VOICE_CALL_ENDED);
    }
    }

    @Override
    protected void onCleanUpConnection(boolean tearDown, int apnId, String reason) {