diff --git a/Telegram/SourceFiles/history/view/history_view_list_widget.cpp b/Telegram/SourceFiles/history/view/history_view_list_widget.cpp index 74e95d1634..3c28f8456a 100644 --- a/Telegram/SourceFiles/history/view/history_view_list_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_list_widget.cpp @@ -3656,7 +3656,6 @@ void ListWidget::refreshAttachmentsFromTill(int from, int till) { if (till == int(_items.size())) { _items.back()->setAttachToNext(false); } - updateSize(); } void ListWidget::refreshItem(not_null view) {