Emoji status and reaction improvements

This commit is contained in:
Ali
2022-08-30 18:38:47 +04:00
parent 5ca7417ee1
commit b924ea326e
48 changed files with 1386 additions and 413 deletions

View File

@@ -33,6 +33,13 @@ public final class ReactionIconView: PortalSourceView {
private var disposable: Disposable?
public var iconFrame: CGRect? {
if let animationLayer = self.animationLayer {
return animationLayer.frame
}
return nil
}
override public init(frame: CGRect) {
super.init(frame: frame)
}