Add identified code in sign up user, improve layout

This commit is contained in:
Nezumi
2023-03-21 15:19:54 +07:00
parent a4b5472fc8
commit a645e680d8
12 changed files with 432 additions and 215 deletions
@@ -49,9 +49,6 @@ public class ProfileFragment extends Fragment {
popupDialog = PopupDialog.getInstance(getContext());
//Set user name on textview
user_name.setText(Common.CURRENT_USER.getFullName());
//Set image for user
if(Common.CURRENT_USER.getImageUrl().isEmpty()){
profile_avatar.setImageResource(R.drawable.profile_avatar);