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

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

am 2c41bce3: am 424781e2: Fix NPE in ConnectivityService.

* commit '2c41bce3':
  Fix NPE in ConnectivityService.
parents ff1fa5ef 2c41bce3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1597,6 +1597,7 @@ private NetworkStateTracker makeWimaxStateTracker() {
                if (checkType == prevNetType) continue;
                if (mNetConfigs[checkType] == null) continue;
                if (!mNetConfigs[checkType].isDefault()) continue;
                if (mNetTrackers[checkType] == null) continue;

// Enabling the isAvailable() optimization caused mobile to not get
// selected if it was in the middle of error handling. Specifically