mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Send message effects
This commit is contained in:
parent
18a6a3c2a9
commit
16faaa4575
103 changed files with 3113 additions and 841 deletions
|
|
@ -493,7 +493,7 @@ public final class CallListController: TelegramBaseController {
|
|||
items.append(.action(ContextMenuActionItem(text: self.presentationData.strings.Calls_StartNewCall, icon: { theme in
|
||||
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/AddUser"), color: theme.contextMenu.primaryColor)
|
||||
}, action: { [weak self] c, f in
|
||||
c.dismiss(completion: { [weak self] in
|
||||
c?.dismiss(completion: { [weak self] in
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue