Skip to content

Commit

Permalink
Fixed Issues no openMF#1158 Remove Profile pic..
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant830 committed Aug 13, 2022
1 parent 0891622 commit bcff352
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ public void showProfile(Client client) {
.endConfig().buildRound(client.getName().substring(0, 1), R.color.colorAccentBlack);
ivUserImage.setImageDrawable(drawable);
tvUserName.setText(client.getName());
ImageView editableImageHint = getView().findViewById(R.id.iv_editable_image_hint);
editableImageHint.setVisibility(View.INVISIBLE);
}

@Override
Expand Down

0 comments on commit bcff352

Please sign in to comment.