mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Don't add gloss when on iOS 7 to icons in update view
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
addGloss = ![prerendered boolValue];
|
||||
}
|
||||
|
||||
if (addGloss) {
|
||||
if (addGloss && ![self.updateManager isPreiOS7Environment]) {
|
||||
_appStoreHeader.iconImage = [self addGlossToImage:[UIImage imageNamed:iconString]];
|
||||
} else {
|
||||
_appStoreHeader.iconImage = [UIImage imageNamed:iconString];
|
||||
|
||||
Reference in New Issue
Block a user