mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 18:15:40 +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)
|
loadAvatarInternal(user, url, false, null)
|
||||||
|
|
||||||
fun ImageView.loadPhoneAvatar(viewThemeUtils: ViewThemeUtils): io.reactivex.disposables.Disposable {
|
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)
|
return loadUserAvatar(drawable)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user