mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Alerts
This commit is contained in:
parent
ef5b8537e0
commit
2edce5ebf2
135 changed files with 4477 additions and 7394 deletions
|
|
@ -1178,8 +1178,8 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
|
|||
c?.dismiss(completion: {
|
||||
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
|
||||
|
||||
controllerInteraction.presentController(standardTextAlertController(
|
||||
theme: AlertControllerTheme(presentationData: presentationData),
|
||||
controllerInteraction.presentController(textAlertController(
|
||||
context: context,
|
||||
title: presentationData.strings.Chat_ScheduledForceSendProcessingVideo_Title,
|
||||
text: presentationData.strings.Chat_ScheduledForceSendProcessingVideo_Text,
|
||||
actions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue