mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Test UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user