mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove debugging
This commit is contained in:
parent
511a58e51a
commit
a79447e430
1 changed files with 2 additions and 2 deletions
|
|
@ -674,8 +674,8 @@ private func continueSynchronizeInstalledStickerPacks(transaction: Transaction,
|
|||
return installRemoteStickerPacks(network: network, infos: addRemoteCollectionInfos)
|
||||
|> mapToSignal { result -> Signal<Set<ItemCollectionId>, NoError> in
|
||||
let ids = result.ids
|
||||
if result.archivedCount != 0 || "".isEmpty {
|
||||
stateManager.installedStickerPacksArchived(count: result.archivedCount + 1)
|
||||
if result.archivedCount != 0 {
|
||||
stateManager.installedStickerPacksArchived(count: result.archivedCount)
|
||||
}
|
||||
|
||||
return (reorderRemoteStickerPacks(network: network, namespace: namespace, ids: resultingCollectionInfos.map({ $0.0.id }).filter({ !ids.contains($0) }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue