stop buggy gif animation for now
This commit is contained in:
parent
51cf1a4ec5
commit
4d58ecb4ea
9 changed files with 15 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ public class BlocksAdapter extends AccountAdapter {
|
|||
String formattedUsername = String.format(format, account.getUsername());
|
||||
username.setText(formattedUsername);
|
||||
Glide.with(avatar)
|
||||
.asBitmap()
|
||||
.load(account.getAvatar())
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.into(avatar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue