Fix gloss still being added to app icons in iOS 7 *doh*

This commit is contained in:
Andreas Linde 2013-09-26 00:20:09 +02:00
parent d7f0a0a2f2
commit d7fdc74dea

View File

@ -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];