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