mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Stickers editor
This commit is contained in:
@@ -2186,6 +2186,9 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
|
||||
}
|
||||
|
||||
@objc private func searchOrMorePressed(node: ContextReferenceContentNode, gesture: ContextGesture?) {
|
||||
guard self.moreButtonNode.iconNode.alpha > 0.0 else {
|
||||
return
|
||||
}
|
||||
let strings = self.presentationData.strings
|
||||
if case let .assets(_, mode) = self.subject, [.createSticker].contains(mode) {
|
||||
var items: [ContextMenuItem] = []
|
||||
|
||||
Reference in New Issue
Block a user