Various fixes

This commit is contained in:
Ilya Laktyushin
2022-10-22 21:55:09 +03:00
parent e3d4c2e881
commit e625323f11
4 changed files with 64 additions and 17 deletions

View File

@@ -71,6 +71,8 @@ public class ChatMessageBackground: ASDisplayNode {
private let outlineImageNode: ASImageNode
private weak var backgroundNode: WallpaperBackgroundNode?
public var backgroundFrame: CGRect = .zero
public var hasImage: Bool {
self.imageNode.image != nil
}