mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[Examples] Fixed crash on SocialAppLayout-Inverted + behaviour comments (#304)
* [Examples] Fixed crash on SocialAppLayout-Inverted + behaviour comments * [Examples] Update license header in SocialAppLayout-Inverted to the correct format * [Examples] License header typo fixes
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
[self addSubnode:_optionsNode];
|
||||
|
||||
for (ASDisplayNode *node in self.subnodes) {
|
||||
// ASTextNode with embedded links doesn't support layer backing
|
||||
if (node.supportsLayerBacking) {
|
||||
node.layerBacked = YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user