mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Message effects
This commit is contained in:
@@ -22,4 +22,10 @@ public class PortalView {
|
||||
portalSuperlayer.insertSublayer(self.view.layer, at: UInt32(index))
|
||||
}
|
||||
}
|
||||
|
||||
public func reloadPortal() {
|
||||
if let sourceView = self.sourceView as? PortalSourceView {
|
||||
self.reloadPortal(sourceView: sourceView)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user