Merge "Replace getNetworkPrefixLength() with public API" am: f67076dad5
am: 7b82097220
am: 5b182f20cb
Change-Id: Ib6f188586b486fa5af0a8df57a65db654f66e311
This commit is contained in:
@@ -1299,7 +1299,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