diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 42e09dbee5..56c61b71ba 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -6251,7 +6251,8 @@ void HistoryWidget::updateHistoryGeometry( if (!initial) { visibleAreaUpdated(); } - + } + if (needResize || initial) { if (_autocomplete) { _autocomplete->setBoundings(_scroll->geometry()); }