mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 17:30:12 +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
|
return
|
||||||
}
|
}
|
||||||
self.controller?.legacyCompletion(signals, silently, scheduleTime, { [weak self] identifier in
|
self.controller?.legacyCompletion(signals, silently, scheduleTime, { [weak self] identifier in
|
||||||
return self?.getItemSnapshot(identifier)
|
return !asFile ? self?.getItemSnapshot(identifier) : nil
|
||||||
}, { [weak self] in
|
}, { [weak self] in
|
||||||
completion()
|
completion()
|
||||||
self?.controller?.dismiss(animated: animated)
|
self?.controller?.dismiss(animated: animated)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user