Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-04-06 12:45:58 +04:00
parent 94c269ec8c
commit c4f4203c02
26 changed files with 363 additions and 148 deletions

View File

@@ -261,7 +261,7 @@ final class ChatButtonKeyboardInputNode: ChatInputNode {
case let .openUserProfile(peerId):
self.controllerInteraction.openPeer(peerId, .info, nil, nil)
case let .openWebView(url, simple):
self.controllerInteraction.openWebView(markupButton.title, url, simple)
self.controllerInteraction.openWebView(markupButton.title, url, simple, false)
}
if dismissIfOnce {
if let message = self.message {