mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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();
|
||||
} else if (_chooseTheme && _chooseTheme->shouldBeShown()) {
|
||||
_chooseTheme->setFocus();
|
||||
} else if (_nonEmptySelection
|
||||
} else if (_showAnimation
|
||||
|| _nonEmptySelection
|
||||
|| (_list && _list->wasSelectedText())
|
||||
|| isRecording()
|
||||
|| isBotStart()
|
||||
|
|
Loading…
Add table
Reference in a new issue