stop buggy gif animation for now

This commit is contained in:
Conny Duck 2019-05-08 21:42:22 +02:00
commit 4d58ecb4ea
9 changed files with 15 additions and 1 deletions

View file

@ -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);