rounded corners for avatar placeholder

This commit is contained in:
Conny Duck 2017-08-11 22:41:29 +02:00
commit 71743890b0
11 changed files with 0 additions and 10 deletions

View file

@ -97,7 +97,6 @@ public class BlocksAdapter extends AccountAdapter {
username.setText(formattedUsername);
Picasso.with(avatar.getContext())
.load(account.avatar)
.error(R.drawable.avatar_error)
.placeholder(R.drawable.avatar_default)
.into(avatar);
}