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

Commit 6986ff01 authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 91791b43: am 066b4047: am 0caac8ea: am fede4258: Merge "Remove bang from...

am 91791b43: am 066b4047: am 0caac8ea: am fede4258: Merge "Remove bang from not connected wifi" into mnc-dev

* commit '91791b43':
  Remove bang from not connected wifi
parents 0cd06433 91791b43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class WifiTile extends QSTile<QSTile.SignalState> {
            state.label = removeDoubleQuotes(cb.enabledDesc);
            signalContentDescription = cb.wifiSignalContentDescription;
        } else if (wifiNotConnected) {
            state.icon = ResourceIcon.get(R.drawable.ic_qs_wifi_0);
            state.icon = ResourceIcon.get(R.drawable.ic_qs_wifi_full_0);
            state.label = r.getString(R.string.quick_settings_wifi_label);
            signalContentDescription = r.getString(R.string.accessibility_no_wifi);
        } else {