Merge pull request #877 from orta/stop_spinner

Stop the spinner when registration fails on a RegistrationVC
pull/1/head
Frederic Jacobs 10 years ago
commit f0eada2658

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

Loading…
Cancel
Save