mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -1257,6 +1257,7 @@ private final class StickerPackContainer: ASDisplayNode {
|
||||
let editorController = context.sharedContext.makeStickerEditorScreen(
|
||||
context: context,
|
||||
source: result,
|
||||
intro: false,
|
||||
transitionArguments: transitionView.flatMap { ($0, transitionRect, transitionImage) },
|
||||
completion: { file, emoji, commit in
|
||||
dismissImpl?()
|
||||
@@ -1361,6 +1362,7 @@ private final class StickerPackContainer: ASDisplayNode {
|
||||
let controller = context.sharedContext.makeStickerEditorScreen(
|
||||
context: context,
|
||||
source: (initialFile, emoji),
|
||||
intro: false,
|
||||
transitionArguments: nil,
|
||||
completion: { file, emoji, commit in
|
||||
let sticker = ImportSticker(
|
||||
|
||||
Reference in New Issue
Block a user