Merge "Replace getNetworkPrefixLength() with public API" am: f67076dad5
am: 7b82097220
am: 5b182f20cb
am: 9c39357454
Change-Id: Id0f3c816bb95d891cfb9f0109c0afedb7494f222
This commit is contained in:
@@ -1367,7 +1367,7 @@ public class WifiConfigController implements TextWatcher,
|
||||
mIpAddressView.setText(
|
||||
staticConfig.ipAddress.getAddress().getHostAddress());
|
||||
mNetworkPrefixLengthView.setText(Integer.toString(staticConfig.ipAddress
|
||||
.getNetworkPrefixLength()));
|
||||
.getPrefixLength()));
|
||||
}
|
||||
|
||||
if (staticConfig.gateway != null) {
|
||||
|
Reference in New Issue
Block a user