mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-01 09:05:25 +01:00
use scaled icon here
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
285232a5f9
commit
140b337c07
@ -205,7 +205,7 @@ fun ImageView.loadAvatarWithUrl(user: User? = null, url: String): io.reactivex.d
|
||||
loadAvatarInternal(user, url, false, null)
|
||||
|
||||
fun ImageView.loadPhoneAvatar(viewThemeUtils: ViewThemeUtils): io.reactivex.disposables.Disposable {
|
||||
val drawable = viewThemeUtils.talk.themePlaceholderAvatar(this, R.drawable.ic_phone)
|
||||
val drawable = viewThemeUtils.talk.themePlaceholderAvatar(this, R.drawable.ic_phone_icon_scaled)
|
||||
return loadUserAvatar(drawable)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user