mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Emoji status and reaction improvements
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user