mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge branch 'master' into stars-subscriptions
This commit is contained in:
@@ -248,10 +248,10 @@ func openResolvedUrlImpl(
|
||||
}
|
||||
})
|
||||
present(controller, nil)
|
||||
case let .instantView(webpage, anchor):
|
||||
case let .instantView(webPage, anchor):
|
||||
let sourceLocation = InstantPageSourceLocation(userLocation: .other, peerType: .channel)
|
||||
let pageController = BrowserScreen(context: context, subject: .instantPage(webPage: webpage, anchor: anchor, sourceLocation: sourceLocation))
|
||||
navigationController?.pushViewController(pageController)
|
||||
let browserController = context.sharedContext.makeInstantPageController(context: context, webPage: webPage, anchor: anchor, sourceLocation: sourceLocation)
|
||||
navigationController?.pushViewController(browserController)
|
||||
case let .join(link):
|
||||
dismissInput()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user