mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Relayout all nodes in backing store on relayoutAllNodes
This commit is contained in:
@@ -596,7 +596,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
_ignoreMaxSizeChange = NO;
|
||||
} else {
|
||||
[self performBatchAnimated:NO updates:^{
|
||||
[_dataController relayoutAllRows];
|
||||
[_dataController relayoutAllNodes];
|
||||
} completion:nil];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user