mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 02:49:57 +00:00
Fix typo
This commit is contained in:
parent
9e9af96594
commit
33e1cb4f0b
@ -717,7 +717,7 @@
|
|||||||
request.errorContext.minimalExecuteTime = MAX(request.errorContext.minimalExecuteTime, MTAbsoluteSystemTime() + 2.0);
|
request.errorContext.minimalExecuteTime = MAX(request.errorContext.minimalExecuteTime, MTAbsoluteSystemTime() + 2.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (rpcError.errorCode == 400 || [rpcError.errorDescription isEqualToString:@"MSG_WAIT_TIMEOUT"])
|
else if (rpcError.errorCode == 400 && [rpcError.errorDescription isEqualToString:@"MSG_WAIT_TIMEOUT"])
|
||||||
{
|
{
|
||||||
if (request.errorContext == nil) {
|
if (request.errorContext == nil) {
|
||||||
request.errorContext = [[MTRequestErrorContext alloc] init];
|
request.errorContext = [[MTRequestErrorContext alloc] init];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user