mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-07 14:53:35 +00:00
Fix a small typo in an alert of BITAuthenticator
This commit is contained in:
parent
7b61bfa2a6
commit
ccd04e1bcd
@ -171,7 +171,7 @@ static unsigned char kBITPNGEndChunk[4] = {0x49, 0x45, 0x4e, 0x44};
|
||||
|
||||
- (void) identifyWithCompletion:(void (^)(BOOL identified, NSError *))completion {
|
||||
if(_authenticationController) {
|
||||
BITHockeyLog(@"Authentication controller already visible. Ingoring identify request");
|
||||
BITHockeyLog(@"Authentication controller already visible. Ignoring identify request");
|
||||
if(completion) completion(NO, nil);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user