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

Commit d58d2a1c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the read out for InternetTile" into sc-dev am: 0a03c59a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13554946

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id9b78d8bf7195ab28662ab3379db322623ac6794
parents 6aae162a 0a03c59a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -469,11 +469,10 @@ public class InternetTile extends QSTileImpl<SignalState> {
            if (wifiConnected) {
                minimalStateDescription.append(cb.mWifiSignalContentDescription);
                minimalContentDescription.append(removeDoubleQuotes(cb.mSsid));
                if (!TextUtils.isEmpty(state.secondaryLabel)) {
            } else if (!TextUtils.isEmpty(state.secondaryLabel)) {
                minimalContentDescription.append(",").append(state.secondaryLabel);
            }
        }
        }
        state.stateDescription = minimalStateDescription.toString();
        state.contentDescription = minimalContentDescription.toString();
        state.dualLabelContentDescription = r.getString(