Skip to content

Commit

Permalink
Update FastCountryCodeM.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eslam2010011 authored Aug 11, 2021
1 parent c9e0275 commit e029d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public String getPhone_number() {
return Phone_number.getText().toString();
}

public EditText getPhone_number() {
public EditText getEditText_Phone_number() {
return Phone_number;
}
}

0 comments on commit e029d3a

Please sign in to comment.