mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user