mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP ]Emoji statuses
This commit is contained in:
@@ -4,8 +4,8 @@ import UIKitRuntimeUtils
|
||||
public class PortalView {
|
||||
public let view: UIView & UIKitPortalViewProtocol
|
||||
|
||||
public init?() {
|
||||
guard let view = makePortalView() else {
|
||||
public init?(matchPosition: Bool = true) {
|
||||
guard let view = makePortalView(matchPosition) else {
|
||||
return nil
|
||||
}
|
||||
self.view = view
|
||||
|
||||
Reference in New Issue
Block a user