mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -461,7 +461,9 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
|
||||
loadStickerSaveStatus = file.fileId
|
||||
}
|
||||
}
|
||||
loadCopyMediaResource = file.resource
|
||||
if loadStickerSaveStatus == nil {
|
||||
loadCopyMediaResource = file.resource
|
||||
}
|
||||
} else if media is TelegramMediaAction || media is TelegramMediaExpiredContent {
|
||||
isAction = true
|
||||
} else if let image = media as? TelegramMediaImage {
|
||||
|
||||
Reference in New Issue
Block a user