Various improvements

This commit is contained in:
Ilya Laktyushin
2022-04-30 03:52:31 +04:00
parent d36b6b0b7f
commit 70ae305e99
41 changed files with 521 additions and 415 deletions

View File

@@ -320,7 +320,7 @@ final class ChatMediaInputStickerGridItemNode: GridItemNode {
lockBackground = UIImageView()
lockBackground.clipsToBounds = true
lockBackground.isUserInteractionEnabled = false
lockBackground.image = UIImage(bundleImageName: "Premium/StickerIcon")
lockBackground.image = PresentationResourcesChat.chatInputMediaStickerGridPremiumIcon(item.theme)
self.lockBackground = lockBackground
self.view.addSubview(lockBackground)