From 785372f5d04868edab4f9996482a6a0b74388de3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 7 Nov 2022 23:40:41 +0400 Subject: [PATCH] Remove redundant updateSize. --- Telegram/SourceFiles/history/view/history_view_list_widget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_list_widget.cpp b/Telegram/SourceFiles/history/view/history_view_list_widget.cpp index 74e95d163..3c28f8456 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) {