diff --git a/TelegramUI/InstalledStickerPacksController.swift b/TelegramUI/InstalledStickerPacksController.swift index b1533b868f..fe550f3887 100644 --- a/TelegramUI/InstalledStickerPacksController.swift +++ b/TelegramUI/InstalledStickerPacksController.swift @@ -431,7 +431,7 @@ public func installedStickerPacksController(account: Account, mode: InstalledSti updatedPacks(packs) }) // - let _ = removeStickerPackInteractively(postbox: account.postbox, id: archivedItem.info.id, option: .archive) + let _ = removeStickerPackInteractively(postbox: account.postbox, id: archivedItem.info.id, option: .archive).start() }),