mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Attachment menu improvements
This commit is contained in:
parent
fce66587ee
commit
83f5f81ab7
@ -688,7 +688,7 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
|
||||
return
|
||||
}
|
||||
self.controller?.legacyCompletion(signals, silently, scheduleTime, { [weak self] identifier in
|
||||
return self?.getItemSnapshot(identifier)
|
||||
return !asFile ? self?.getItemSnapshot(identifier) : nil
|
||||
}, { [weak self] in
|
||||
completion()
|
||||
self?.controller?.dismiss(animated: animated)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user