diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index e36501a74..418e38e60 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -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()