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

Commit 8d8fce88 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 9a3ce10c: Merge "Fix bug 2972138 Lost cell data connection and didn\'t get...

am 9a3ce10c: Merge "Fix bug 2972138 Lost cell data connection and didn\'t get it back, DO NOT MERGE." into gingerbread

Merge commit '9a3ce10c' into gingerbread-plus-aosp

* commit '9a3ce10c':
  Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE.
parents 2432248b 9a3ce10c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1157,10 +1157,8 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
            // No try for permanent failure
            if (cause.isPermanentFail()) {
                notifyNoData(cause);
                if (!mRequestedApnType.equals(Phone.APN_TYPE_DEFAULT)) {
                phone.notifyDataConnection(Phone.REASON_APN_FAILED);
                onEnableApn(apnTypeToId(mRequestedApnType), DISABLED);
                }
                return;
            }