mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-09 15:51:05 +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 {
|
- (void) identifyWithCompletion:(void (^)(BOOL identified, NSError *))completion {
|
||||||
if(_authenticationController) {
|
if(_authenticationController) {
|
||||||
BITHockeyLog(@"Authentication controller already visible. Ingoring identify request");
|
BITHockeyLog(@"Authentication controller already visible. Ignoring identify request");
|
||||||
if(completion) completion(NO, nil);
|
if(completion) completion(NO, nil);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user