mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various fixes
This commit is contained in:
@@ -1155,8 +1155,8 @@ private final class StickerPackContainer: ASDisplayNode {
|
||||
controller.controllerNode.dismiss()
|
||||
}))
|
||||
items.append(ActionSheetButtonItem(title: "Add an Existing Sticker", color: .accent, action: { [weak actionSheet, weak self] in
|
||||
actionSheet?.dismissAnimated()
|
||||
|
||||
actionSheet?.dismissAnimated()
|
||||
|
||||
guard let self, let controller = self.controller else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user