Stop the spinner when registration fails on a RegistrationVC

This commit is contained in:
Orta Therox 2015-08-19 14:59:05 -04:00
parent c4bf4a8f50
commit 0ab32b80d1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static NSString *const kCodeSentSegue = @"codeSent";
[registrationErrorAV show];
[_sendCodeButton setEnabled:YES];
[_spinnerView startAnimating];
[_spinnerView stopAnimating];
}];
}