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

Commit ace9f527 authored by Damien Vagner's avatar Damien Vagner Committed by android-build-merger
Browse files

Merge "Display connect button in the wifi connection menu"

am: 9126cfba

* commit '9126cfba':
  Display connect button in the wifi connection menu

Change-Id: I92ec007a194f6717ec3bea22107c97c555bca09c
parents 05c4c91a 9126cfba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public class WifiConfigController implements TextWatcher,
                final DetailedState state = mAccessPoint.getDetailedState();
                final String signalLevel = getSignalString();

                if (state == null && signalLevel != null) {
                if ((state == null || state == DetailedState.DISCONNECTED) && signalLevel != null) {
                    mConfigUi.setSubmitButton(res.getString(R.string.wifi_connect));
                } else {
                    if (state != null) {