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

Commit c078a436 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Fix occasional phone app crash" into honeycomb-LTE

parents 34b42b2d 921c9d24
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -569,8 +569,10 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
            if (defaultApnContext != null) {
                if (defaultApnContext.getState() == State.FAILED) {
                    cleanUpConnection(false, defaultApnContext);
                    if (defaultApnContext.getDataConnection() != null) {
                        defaultApnContext.getDataConnection().resetRetryCount();
                    }
                }
                trySetupData(Phone.REASON_GPRS_ATTACHED, Phone.APN_TYPE_DEFAULT);
            }
        }