mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Improved support for autosaving incoming photos
Improved perceived sticker loading time
This commit is contained in:
@@ -163,7 +163,7 @@ final class ChatMediaInputTrendingPane: ChatMediaInputPane {
|
||||
let controller = StickerPackPreviewController(account: strongSelf.account, stickerPack: .id(id: info.id.id, accessHash: info.accessHash), parentNavigationController: strongSelf.controllerInteraction.navigationController())
|
||||
controller.sendSticker = { fileReference in
|
||||
if let strongSelf = self {
|
||||
strongSelf.controllerInteraction.sendSticker(fileReference)
|
||||
strongSelf.controllerInteraction.sendSticker(fileReference, false)
|
||||
}
|
||||
}
|
||||
strongSelf.controllerInteraction.presentController(controller, ViewControllerPresentationArguments(presentationAnimation: .modalSheet))
|
||||
|
||||
Reference in New Issue
Block a user