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

Commit 9c393574 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

am: 5b182f20

Change-Id: Ib6f188586b486fa5af0a8df57a65db654f66e311
parents 6f99052c 5b182f20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {