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

Commit 5b182f20 authored by Aaron Huang's avatar Aaron Huang Committed by android-build-merger
Browse files

Merge "Replace getNetworkPrefixLength() with public API" am: f67076da

am: 7b820972

Change-Id: I0e948700ba76f81db98628f35313dd11ff45df98
parents 9dbbf88d 7b820972
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) {