Fix “Next” button when looking up phone numbers

This commit is contained in:
Max Radermacher 2025-03-06 13:34:53 -06:00 committed by GitHub
parent 073d3f13ba
commit 2ff5a14903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,6 +267,7 @@ extension FindByPhoneNumberViewController: SheetDismissalDelegate {
extension FindByPhoneNumberViewController: CountryCodeViewControllerDelegate {
public func countryCodeViewController(_ vc: CountryCodeViewController, didSelectCountry country: PhoneNumberCountry) {
updateCountry(country)
updateButtonState()
}
private func didTapCountryRow() {