Various fixes

This commit is contained in:
Ilya Laktyushin
2022-04-21 00:59:15 +04:00
parent ff27340f5e
commit 24db20d137
2 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ public final class SolidRoundedButtonNode: ASDisplayNode {
self.subtitleNode = ImmediateTextNode()
self.subtitleNode.isUserInteractionEnabled = false
self.subtitleNode.displaysAsynchronously = false
self.iconNode = ASImageNode()
self.iconNode.displaysAsynchronously = false