mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix some best app icon finding issues
In some cases the algorithm didn't find any icon, even if they are there
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
}
|
||||
[self updateAppStoreHeader];
|
||||
|
||||
NSString *iconFilename = bit_validAppIconFilename([NSBundle mainBundle]);
|
||||
NSString *iconFilename = bit_validAppIconFilename([NSBundle mainBundle], [NSBundle mainBundle]);
|
||||
if (iconFilename) {
|
||||
BOOL addGloss = YES;
|
||||
NSNumber *prerendered = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"UIPrerenderedIcon"];
|
||||
|
||||
Reference in New Issue
Block a user