mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix gloss still being added to app icons in iOS 7 *doh*
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
addGloss = ![prerendered boolValue];
|
||||
}
|
||||
|
||||
if (addGloss && ![self.updateManager isPreiOS7Environment]) {
|
||||
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