Loading src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1283,7 +1283,7 @@ public class WifiConfigController implements TextWatcher, mIpAddressView.setText( staticConfig.ipAddress.getAddress().getHostAddress()); mNetworkPrefixLengthView.setText(Integer.toString(staticConfig.ipAddress .getNetworkPrefixLength())); .getPrefixLength())); } if (staticConfig.gateway != null) { Loading Loading
src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1283,7 +1283,7 @@ public class WifiConfigController implements TextWatcher, mIpAddressView.setText( staticConfig.ipAddress.getAddress().getHostAddress()); mNetworkPrefixLengthView.setText(Integer.toString(staticConfig.ipAddress .getNetworkPrefixLength())); .getPrefixLength())); } if (staticConfig.gateway != null) { Loading