Fix “Next” button when looking up phone numbers
This commit is contained in:
parent
073d3f13ba
commit
2ff5a14903
@ -267,6 +267,7 @@ extension FindByPhoneNumberViewController: SheetDismissalDelegate {
|
||||
extension FindByPhoneNumberViewController: CountryCodeViewControllerDelegate {
|
||||
public func countryCodeViewController(_ vc: CountryCodeViewController, didSelectCountry country: PhoneNumberCountry) {
|
||||
updateCountry(country)
|
||||
updateButtonState()
|
||||
}
|
||||
|
||||
private func didTapCountryRow() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user