mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-27 14:09:57 +01:00
properly show the big contact photo at locally stored contacts
This commit is contained in:
parent
e8a0a4223b
commit
f28ea80e93
@ -147,7 +147,7 @@ class ViewContactActivity : ContactActivity() {
|
||||
showPhotoPlaceholder(contact_photo)
|
||||
} else {
|
||||
updateContactPhoto(contact!!.photoUri, contact_photo, contact!!.photo)
|
||||
Glide.with(this).load(currentContactPhotoPath).into(contact_photo_big)
|
||||
Glide.with(this).load(contact!!.photo ?: currentContactPhotoPath).into(contact_photo_big)
|
||||
contact_photo.setOnClickListener {
|
||||
contact_photo_big.alpha = 0f
|
||||
contact_photo_big.beVisible()
|
||||
|
Loading…
x
Reference in New Issue
Block a user