mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Send message effects
This commit is contained in:
@@ -57,7 +57,7 @@ public func presentPeerReportOptions(
|
||||
items.append(.action(ContextMenuActionItem(text: presentationData.strings.Common_Back, icon: { theme in
|
||||
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/Back"), color: theme.actionSheet.primaryTextColor)
|
||||
}, iconPosition: .left, action: { (c, _) in
|
||||
c.popItems()
|
||||
c?.popItems()
|
||||
})))
|
||||
items.append(.separator)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user