Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f67076da authored by Aaron Huang's avatar Aaron Huang Committed by Gerrit Code Review
Browse files

Merge "Replace getNetworkPrefixLength() with public API"

parents c53771e8 92512806
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {