mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
PR #1000 on GitHub! Provide a Beta API to enable the new, high efficiency render-ahead mechanism.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
{
|
||||
if (_ensureDisplayed && self.neverShowPlaceholders) {
|
||||
_ensureDisplayed = NO;
|
||||
[self.node recursivelyEnsureDisplay];
|
||||
[self.node recursivelyEnsureDisplaySynchronously:YES];
|
||||
}
|
||||
[super viewDidLayoutSubviews];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user