mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -854,7 +854,11 @@ final class ChatPinnedMessageTitlePanelNode: ChatTitleAccessoryPanelNode {
|
||||
case .text:
|
||||
controllerInteraction.sendMessage(button.title)
|
||||
case let .url(url):
|
||||
controllerInteraction.openUrl(url, true, nil, nil)
|
||||
var isConcealed = true
|
||||
if url.hasPrefix("tg://") {
|
||||
isConcealed = false
|
||||
}
|
||||
controllerInteraction.openUrl(url, isConcealed, nil, nil)
|
||||
case .requestMap:
|
||||
controllerInteraction.shareCurrentLocation()
|
||||
case .requestPhone:
|
||||
|
||||
Reference in New Issue
Block a user