Various fixes

This commit is contained in:
Ilya Laktyushin
2024-03-18 21:45:36 +04:00
parent 0fc64aa505
commit a79644bf51
4 changed files with 14 additions and 5 deletions

View File

@@ -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
}