diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 71a6e5234..b674e85f0 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -529,7 +529,14 @@ HistoryWidget::HistoryWidget( AdaptiveBubblesChanges( ) | rpl::start_with_next([=] { crl::on_main(this, [=] { - updateHistoryGeometry(); + if (_history) { + _history->forceFullResize(); + if (_migrated) { + _migrated->forceFullResize(); + } + updateHistoryGeometry(); + update(); + } }); }, lifetime());