Redirected chat list typing to search field in screen reader mode.

This commit is contained in:
Reza Bakhshi Laktasaraei
2026-06-04 05:54:44 +03:30
committed by John Preston
parent d842777f28
commit 0152fa2aaa
2 changed files with 3 additions and 1 deletions
@@ -4240,7 +4240,7 @@ bool Widget::redirectToSearchPossible() const {
&& !_childList
&& _search->isVisible()
&& !_search->hasFocus()
&& hasFocus();
&& (hasFocus() || _inner->hasFocus());
}
bool Widget::redirectKeyToSearch(QKeyEvent *e) const {