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

Commit aa962700 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "setAccessibilityHeading for silent notif section" into main

parents fcc3c273 605010b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class SectionHeaderView extends StackScrollerDecorView {
        if (mLabelTextId != null) {
            mLabelView.setText(mLabelTextId);
        }
        mLabelView.setAccessibilityHeading(true);
    }

    @Override