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

Commit fede4258 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Remove bang from not connected wifi" into mnc-dev

parents c0344a80 7d0e5985
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 {