am 2c41bce3: am bc026d0a: Fix NPE in ConnectivityService. am: 28e752f026

Original change: undetermined

Change-Id: I0e41d51ee930dab7774585ecbb7372b6fac70c64
This commit is contained in:
Robert Greenwalt
2021-05-31 05:11:16 +00:00
committed by Automerger Merge Worker

View File

@@ -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