mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Relayout all nodes in backing store on relayoutAllNodes
This commit is contained in:
@@ -405,7 +405,7 @@ void ASPerformBlockWithoutAnimation(BOOL withoutAnimation, void (^block)()) {
|
||||
_ignoreMaxWidthChange = NO;
|
||||
} else {
|
||||
[self beginUpdates];
|
||||
[_dataController relayoutAllRows];
|
||||
[_dataController relayoutAllNodes];
|
||||
[self endUpdates];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user