This commit is contained in:
M M Arif
2019-10-01 19:35:51 +05:00
parent 53efd8b777
commit 71839bcfd6
25 changed files with 3 additions and 13 deletions

View File

@@ -356,7 +356,7 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
if (!Objects.requireNonNull(userDetails).getAvatar().equals("")) {
Picasso.get().load(userDetails.getAvatar()).transform(new RoundedTransformation(8, 0)).resize(120, 120).centerCrop().into(userAvatar);
} else {
userAvatar.setImageResource(R.mipmap.ic_launcher_round);
userAvatar.setImageResource(R.mipmap.app_logo_round);
}
userFullName = hView.findViewById(R.id.userFullname);