mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove redundant updateSize.
This commit is contained in:
parent
aa6495a257
commit
785372f5d0
1 changed files with 0 additions and 1 deletions
|
@ -3656,7 +3656,6 @@ void ListWidget::refreshAttachmentsFromTill(int from, int till) {
|
||||||
if (till == int(_items.size())) {
|
if (till == int(_items.size())) {
|
||||||
_items.back()->setAttachToNext(false);
|
_items.back()->setAttachToNext(false);
|
||||||
}
|
}
|
||||||
updateSize();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ListWidget::refreshItem(not_null<const Element*> view) {
|
void ListWidget::refreshItem(not_null<const Element*> view) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue