Login flow: Make User Agreement part of the registration flow

Some fixes
This commit is contained in:
manuroe
2018-11-27 18:36:06 +01:00
parent bde9f92fc1
commit 981cbabc00
2 changed files with 2 additions and 2 deletions
@@ -1151,7 +1151,7 @@
- (IBAction)selectPhoneNumberCountry:(id)sender
{
if ([self.delegate respondsToSelector:@selector(authInputsView:presentViewController:)])
if ([self.delegate respondsToSelector:@selector(authInputsView:presentViewController:animated:)])
{
phoneNumberCountryPicker = [CountryPickerViewController countryPickerViewController];
phoneNumberCountryPicker.delegate = self;