mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
cache stickers bug fix
This commit is contained in:
parent
923a852564
commit
0aa65d65fb
@ -36,6 +36,9 @@ func cacheStickerPack(transaction: Transaction, info: StickerPackCollectionInfo,
|
|||||||
case .iconStatusEmoji:
|
case .iconStatusEmoji:
|
||||||
namespace = Namespaces.ItemCollection.CloudIconStatusEmoji
|
namespace = Namespaces.ItemCollection.CloudIconStatusEmoji
|
||||||
id = 0
|
id = 0
|
||||||
|
case .premiumGifts:
|
||||||
|
namespace = Namespaces.ItemCollection.CloudPremiumGifts
|
||||||
|
id = 0
|
||||||
case .id:
|
case .id:
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user