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

Commit 797f722e authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 1555ed94: am eeda2131: am 5c2ecf24: Merge "Announce title of QS detail views" into lmp-dev

* commit '1555ed941dd153fdbd4d47e4b500cb326e1d04ba':
  Announce title of QS detail views
parents f09cadc6 2e38545c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -748,7 +748,9 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
            transition(mQsDetailHeader, showingDetail);
            mShowingDetail = showingDetail;
            if (showingDetail) {
                mQsDetailHeaderTitle.setText(detail.getTitle());
                String title = mContext.getString(detail.getTitle());
                mQsDetailHeaderTitle.setText(title);
                announceForAccessibility(title);
                final Boolean toggleState = detail.getToggleState();
                if (toggleState == null) {
                    mQsDetailHeaderSwitch.setVisibility(INVISIBLE);