Don't add gloss when on iOS 7 to icons in update view

This commit is contained in:
Andreas Linde
2013-09-24 22:40:38 +02:00
parent 20b30af6e8
commit 623549070c

View File

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