mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Remove redundant updateSize.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user