Merge "Adjust code for API council feedback" into rvc-dev

This commit is contained in:
Junyu Lai
2020-03-20 11:03:47 +00:00
committed by Android (Google) Code Review

View File

@@ -117,7 +117,7 @@ public final class WifiNoInternetDialog extends AlertActivity implements
finish();
return;
}
mNetworkName = nc.getSSID();
mNetworkName = nc.getSsid();
if (mNetworkName != null) {
mNetworkName = WifiInfo.sanitizeSsid(mNetworkName);
}