mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -4492,11 +4492,12 @@ public final class MediaEditorScreen: ViewController, UIDropInteractionDelegate
|
||||
name: existingEntity.name,
|
||||
webpage: existingEntity.webpage,
|
||||
positionBelowText: existingEntity.positionBelowText,
|
||||
largeMedia: existingEntity.largeMedia
|
||||
largeMedia: existingEntity.largeMedia,
|
||||
isDark: existingEntity.style == .black
|
||||
)
|
||||
}
|
||||
|
||||
let linkController = CreateLinkScreen(context: controller.context, link: link, completion: { [weak self] result in
|
||||
let linkController = CreateLinkScreen(context: controller.context, link: link, snapshotImage: self.mediaEditor?.resultImage, completion: { [weak self] result in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user