Skip to content

Commit

Permalink
Update FastCountryCodeM.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eslam2010011 authored Jul 12, 2021
1 parent 3dd6a51 commit e22aab8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,8 @@ public void setCountryPickerListener(CountryPickerListener countryPickerListener
public Country getCountry_() {
return country_;
}

public String getPhone_number() {
return Phone_number.getText().toString();
}
}

0 comments on commit e22aab8

Please sign in to comment.