Stop the spinner when registration fails on a RegistrationVC

pull/1/head
Orta Therox 10 years ago
parent c4bf4a8f50
commit 0ab32b80d1

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

Loading…
Cancel
Save