| | |
| | |
|
| | | //@OnClick(R.id.fragment_visitor_register_country)
|
| | | public void fragment_visitor_register_country_click(View view) {
|
| | | new CountryDialog(fragment_visitor_register_linear_layout, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | fragment_visitor_register_country.setValue(value);
|
| | | }
|
| | | },fragment_visitor_register_country.getValue());
|
| | | if (CountryDialog.hasCountries()) {
|
| | | new CountryDialog(fragment_visitor_register_linear_layout, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | fragment_visitor_register_country.setValue(value);
|
| | | }
|
| | | }, fragment_visitor_register_country.getValue());
|
| | | }
|
| | | }
|
| | |
|
| | | //@OnClick(R.id.fragment_visitor_register_gender)
|