mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-02 12:48:45 +00:00
Fix indentations in ASDisplayNode:layout
This commit is contained in:
parent
243873dc1f
commit
8b7dc916f8
@ -1712,9 +1712,9 @@ void recursivelyEnsureDisplayForLayer(CALayer *layer)
|
||||
for (ASLayout *subnodeLayout in _layout.sublayouts) {
|
||||
ASDisplayNodeAssert([_subnodes containsObject:subnodeLayout.layoutableObject], @"Cached sublayouts must only contain subnodes' layout.");
|
||||
[((ASDisplayNode *)subnodeLayout.layoutableObject) __setSafeFrame:CGRectMake(subnodeLayout.position.x,
|
||||
subnodeLayout.position.y,
|
||||
subnodeLayout.size.width,
|
||||
subnodeLayout.size.height)];
|
||||
subnodeLayout.position.y,
|
||||
subnodeLayout.size.width,
|
||||
subnodeLayout.size.height)];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user