mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -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 {
|
for i in 0 ..< cloudPremiumStickers.items.count {
|
||||||
if let item = cloudPremiumStickers.items[i].contents.get(RecentMediaItem.self) {
|
if let item = cloudPremiumStickers.items[i].contents.get(RecentMediaItem.self) {
|
||||||
let file = item.media
|
let file = item.media
|
||||||
|
|||||||
Reference in New Issue
Block a user