am 2c41bce3: am bc026d0a: Fix NPE in ConnectivityService. am: 28e752f026
Original change: undetermined Change-Id: Ifed4a924b7a582bc4b34e177f99a80b5ffd14719
This commit is contained in:
@@ -1597,6 +1597,7 @@ private NetworkStateTracker makeWimaxStateTracker() {
|
|||||||
if (checkType == prevNetType) continue;
|
if (checkType == prevNetType) continue;
|
||||||
if (mNetConfigs[checkType] == null) continue;
|
if (mNetConfigs[checkType] == null) continue;
|
||||||
if (!mNetConfigs[checkType].isDefault()) continue;
|
if (!mNetConfigs[checkType].isDefault()) continue;
|
||||||
|
if (mNetTrackers[checkType] == null) continue;
|
||||||
|
|
||||||
// Enabling the isAvailable() optimization caused mobile to not get
|
// Enabling the isAvailable() optimization caused mobile to not get
|
||||||
// selected if it was in the middle of error handling. Specifically
|
// selected if it was in the middle of error handling. Specifically
|
||||||
|
|||||||
Reference in New Issue
Block a user