no message

This commit is contained in:
overtake 2018-09-18 22:34:24 +01:00
parent c2ec64d813
commit 70a5dd01d2

View File

@ -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()
}),