Update API

This commit is contained in:
Ilya Laktyushin
2023-09-25 14:46:58 +04:00
parent bb10525004
commit 065553abd4
15 changed files with 258 additions and 201 deletions

View File

@@ -106,7 +106,7 @@ public final class InstantPageController: ViewController {
self.statusBar.statusBarStyle = .White
self.webpageDisposable = (actualizedWebpage(postbox: self.context.account.postbox, network: self.context.account.network, webpage: webPage) |> deliverOnMainQueue).start(next: { [weak self] result in
self.webpageDisposable = (actualizedWebpage(account: context.account, webpage: webPage) |> deliverOnMainQueue).start(next: { [weak self] result in
if let strongSelf = self {
strongSelf.webPage = result
if strongSelf.isNodeLoaded {