mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
If the server reports no versions available for update process, don't report this as an error
This commit is contained in:
parent
a0f41065a8
commit
02a215be6d
@ -962,9 +962,7 @@
|
||||
|
||||
// server returned empty response?
|
||||
if (![feedArray count]) {
|
||||
[self reportError:[NSError errorWithDomain:kBITUpdateErrorDomain
|
||||
code:BITUpdateAPIServerReturnedEmptyResponse
|
||||
userInfo:[NSDictionary dictionaryWithObjectsAndKeys:@"Server returned empty response.", NSLocalizedDescriptionKey, nil]]];
|
||||
BITHockeyLog(@"WARNING: No versions available for download on HockeyApp.");
|
||||
return;
|
||||
} else {
|
||||
_lastCheckFailed = NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user