Loading src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -851,7 +851,7 @@ public class WifiConfigController implements TextWatcher, mEapIdentityView = (TextView) mView.findViewById(R.id.identity); mEapAnonymousView = (TextView) mView.findViewById(R.id.anonymous); if (mAccessPoint.isCarrierAp()) { if (mAccessPoint != null && mAccessPoint.isCarrierAp()) { mEapMethodSpinner.setSelection(mAccessPoint.getCarrierApEapType()); } Loading Loading
src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -851,7 +851,7 @@ public class WifiConfigController implements TextWatcher, mEapIdentityView = (TextView) mView.findViewById(R.id.identity); mEapAnonymousView = (TextView) mView.findViewById(R.id.anonymous); if (mAccessPoint.isCarrierAp()) { if (mAccessPoint != null && mAccessPoint.isCarrierAp()) { mEapMethodSpinner.setSelection(mAccessPoint.getCarrierApEapType()); } Loading