mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various fixes
This commit is contained in:
parent
3eff8819ff
commit
12f3b4b64a
@ -365,7 +365,7 @@ func chatMediaInputGridEntries(view: ItemCollectionsView, savedStickers: Ordered
|
||||
}
|
||||
}
|
||||
|
||||
if let cloudPremiumStickers = cloudPremiumStickers {
|
||||
if let cloudPremiumStickers = cloudPremiumStickers, existingStickerIds.isEmpty {
|
||||
for i in 0 ..< cloudPremiumStickers.items.count {
|
||||
if let item = cloudPremiumStickers.items[i].contents.get(RecentMediaItem.self) {
|
||||
let file = item.media
|
||||
|
Loading…
x
Reference in New Issue
Block a user