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

Commit d0dff896 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 13fac485: Merge "Don\'t start data-stall checks if not connected" into jb-dev

* commit '13fac485':
  Don't start data-stall checks if not connected
parents 6e1cedc9 13fac485
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1695,6 +1695,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {

    @Override
    protected void restartDataStallAlarm() {
        if (isConnected() == false) return;
        // To be called on screen status change.
        // Do not cancel the alarm if it is set with aggressive timeout.
        int nextAction = getRecoveryAction();