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

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

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

* commit '3a64109d':
  Restore ready apns once voice call ended
parents d0dff896 3a64109d
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) {