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

Commit 4906cd8c authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 6986ff01: am 91791b43: am 066b4047: am 0caac8ea: am fede4258: Merge "Remove...

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

* commit '6986ff01':
  Remove bang from not connected wifi
parents 264a1de1 6986ff01
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 {