mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
adjust comment
This commit is contained in:
parent
125e84b9ac
commit
0a1931d20e
@ -318,7 +318,7 @@
|
|||||||
country = [NSString stringWithFormat:@"&country=%@", [(NSDictionary *)self.currentLocale objectForKey:NSLocaleCountryCode]];
|
country = [NSString stringWithFormat:@"&country=%@", [(NSDictionary *)self.currentLocale objectForKey:NSLocaleCountryCode]];
|
||||||
} else {
|
} else {
|
||||||
// don't check, just to be save
|
// don't check, just to be save
|
||||||
BITHockeyLog(@"ERROR: Locale returned nil, can't determine the language!");
|
BITHockeyLog(@"ERROR: Locale returned nil, can't determine the store to use!");
|
||||||
self.checkInProgress = NO;
|
self.checkInProgress = NO;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user