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

Commit e9a205af authored by John Wang's avatar John Wang Committed by Android Git Automerger
Browse files

am 5f23bdd4: am 3a64109d: Merge "Restore ready apns once voice call ended" into jb-dev

* commit '5f23bdd4':
  Restore ready apns once voice call ended
parents 8099ea30 5f23bdd4
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) {