mac
2024-03-29 7e06d0fb18152ea0e7d898d25c88ef132af3ec6e
app/src/main/java/com/hdl/photovoltaic/ui/me/BindPhoneActivity.java
@@ -119,7 +119,8 @@
            public void onPick(Country country) {
                if (country.flag != 0)
                    viewBinding.bindAreaTv.setText(country.name);
                viewBinding.bindAreaNumberTv.setText("+" + country.code);
                String code = "+" + country.code;
                viewBinding.bindAreaNumberTv.setText(code);
            }
        });
        dialog.show();