stop buggy gif animation for now
This commit is contained in:
parent
51cf1a4ec5
commit
4d58ecb4ea
9 changed files with 15 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ class AccountSelectionAdapter(context: Context): ArrayAdapter<AccountEntity>(con
|
|||
displayName.text = CustomEmojiHelper.emojifyString(account.displayName, account.emojis, displayName)
|
||||
if (!TextUtils.isEmpty(account.profilePictureUrl)) {
|
||||
Glide.with(avatar)
|
||||
.asBitmap()
|
||||
.load(account.profilePictureUrl)
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.into(avatar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue