add avatar placeholders back in (#1285)
This commit is contained in:
parent
fb45e0e2bb
commit
1cc55959ac
@ -26,6 +26,7 @@ fun loadAvatar(url: String?, imageView: ImageView, @Px radius: Int, animate: Boo
|
||||
fitCenterTransformation,
|
||||
RoundedCorners(radius)
|
||||
)
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.into(imageView)
|
||||
|
||||
} else {
|
||||
@ -36,6 +37,7 @@ fun loadAvatar(url: String?, imageView: ImageView, @Px radius: Int, animate: Boo
|
||||
fitCenterTransformation,
|
||||
RoundedCorners(radius)
|
||||
)
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.into(imageView)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user