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

Commit c2b9d639 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a79ee8e2: Merge change 5792 into donut

Merge commit 'a79ee8e2'

* commit 'a79ee8e2':
  Fix typo introduced during variable cleanup.
parents 4cf3c3b1 a79ee8e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1398,7 +1398,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {

    protected void onVoiceCallEnded() {
        if (state == State.CONNECTED) {
            if (mGsmPhone.mSST.isConcurrentVoiceAndData()) {
            if (!mGsmPhone.mSST.isConcurrentVoiceAndData()) {
                startNetStatPoll();
                phone.notifyDataConnection(Phone.REASON_VOICE_CALL_ENDED);
            } else {