mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix compiler warning in Xcode 8
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
CGRect oldBounds = self.bounds;
|
||||
[super setBounds:bounds];
|
||||
self.asyncdisplaykit_node.threadSafeBounds = bounds;
|
||||
[self.delegate layer:self didChangeBoundsWithOldValue:oldBounds newValue:bounds];
|
||||
[(id<ASCALayerExtendedDelegate>)self.delegate layer:self didChangeBoundsWithOldValue:oldBounds newValue:bounds];
|
||||
|
||||
} else {
|
||||
[super setBounds:bounds];
|
||||
self.asyncdisplaykit_node.threadSafeBounds = bounds;
|
||||
|
||||
Reference in New Issue
Block a user