mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-13 07:39:37 +00:00
Remove assert in visibleStateDidChange: in ASCellNode (#1899)
This assertion is failing in some apps and will be enabled soon.
This commit is contained in:
parent
137c70647d
commit
93ee42db57
@ -272,7 +272,8 @@
|
||||
{
|
||||
[super visibleStateDidChange:isVisible];
|
||||
|
||||
ASDisplayNodeAssert(self.isNodeLoaded, @"Node should be loaded in order for it to become visible or invisible. If not in this situation, we shouldn't trigger creating the view.");
|
||||
// NOTE: This assertion is failing in some apps and will be enabled soon.
|
||||
// ASDisplayNodeAssert(self.isNodeLoaded, @"Node should be loaded in order for it to become visible or invisible. If not in this situation, we shouldn't trigger creating the view.");
|
||||
UIView *view = self.view;
|
||||
CGRect cellFrame = CGRectZero;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user