mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix non-intentional chats list search focus.
This commit is contained in:
parent
a0a9de1d18
commit
74a7e7d1b4
1 changed files with 2 additions and 1 deletions
|
@ -1836,7 +1836,8 @@ void HistoryWidget::setInnerFocus() {
|
||||||
_composeSearch->setInnerFocus();
|
_composeSearch->setInnerFocus();
|
||||||
} else if (_chooseTheme && _chooseTheme->shouldBeShown()) {
|
} else if (_chooseTheme && _chooseTheme->shouldBeShown()) {
|
||||||
_chooseTheme->setFocus();
|
_chooseTheme->setFocus();
|
||||||
} else if (_nonEmptySelection
|
} else if (_showAnimation
|
||||||
|
|| _nonEmptySelection
|
||||||
|| (_list && _list->wasSelectedText())
|
|| (_list && _list->wasSelectedText())
|
||||||
|| isRecording()
|
|| isRecording()
|
||||||
|| isBotStart()
|
|| isBotStart()
|
||||||
|
|
Loading…
Add table
Reference in a new issue