use scaled icon here

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-07-08 10:37:16 +02:00
parent 285232a5f9
commit 140b337c07
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

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