feat(accessibility): add screen reader support for message list

This commit is contained in:
Reza Bakhshi Laktasaraei
2026-05-15 02:24:09 +03:30
committed by John Preston
parent 7113392f9b
commit 4e4eeeefb9
5 changed files with 1687 additions and 3 deletions
@@ -5863,6 +5863,8 @@ void InnerWidget::announceSelectedFocus() {
}
Ui::AccessibilityState InnerWidget::accessibilityState() const {
// Mark the List container as non-focusable so screen readers
// drill down to the focusable child items (ListItem rows).
return {};
}