mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix gloss still being added to app icons in iOS 7 *doh*
This commit is contained in:
parent
d7f0a0a2f2
commit
d7fdc74dea
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user