This commit is contained in:
Isaac
2024-04-04 16:55:10 +04:00
parent f6871b3a80
commit 9173f973a3
6 changed files with 103 additions and 17 deletions

View File

@@ -282,7 +282,7 @@ public class BrowserScreen: ViewController {
let content: BrowserContent
switch controller.subject {
case let .webPage(url):
content = BrowserWebContent(url: url)
content = BrowserWebContent(context: controller.context, url: url)
}
self.content = content