mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
fix typo
This commit is contained in:
parent
0e1b435eb7
commit
bdb8b690e7
@ -225,7 +225,7 @@
|
|||||||
password:self.password
|
password:self.password
|
||||||
completion:^(BOOL succeeded, NSError *error) {
|
completion:^(BOOL succeeded, NSError *error) {
|
||||||
if(succeeded) {
|
if(succeeded) {
|
||||||
//controller shoud dismiss us shortly..
|
//controller should dismiss us shortly..
|
||||||
} else {
|
} else {
|
||||||
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:nil
|
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:nil
|
||||||
message:error.localizedDescription
|
message:error.localizedDescription
|
||||||
|
Loading…
x
Reference in New Issue
Block a user