From 70a5dd01d21a33c50c5e23f11325df7952c3d0c0 Mon Sep 17 00:00:00 2001 From: overtake <> Date: Tue, 18 Sep 2018 22:34:24 +0100 Subject: [PATCH] no message --- TelegramUI/InstalledStickerPacksController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }),