mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Modernize quick reaction
This commit is contained in:
@@ -218,6 +218,12 @@ public final class ReactionIconView: PortalSourceView {
|
||||
disposable.dispose()
|
||||
}
|
||||
|
||||
if !self.subviews.isEmpty {
|
||||
for subview in Array(self.subviews) {
|
||||
subview.removeFromSuperview()
|
||||
}
|
||||
}
|
||||
|
||||
self.context = nil
|
||||
self.fileId = nil
|
||||
self.file = nil
|
||||
|
||||
Reference in New Issue
Block a user