mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-05-11 08:16:31 -04:00
do not try updating contact photo if the given activity is destroyed
This commit is contained in:
@@ -45,6 +45,10 @@ abstract class ContactActivity : SimpleActivity() {
|
||||
.diskCacheStrategy(DiskCacheStrategy.RESOURCE)
|
||||
.centerCrop()
|
||||
|
||||
if (isDestroyed) {
|
||||
return
|
||||
}
|
||||
|
||||
Glide.with(this)
|
||||
.load(bitmap ?: path)
|
||||
.transition(DrawableTransitionOptions.withCrossFade())
|
||||
|
||||
Reference in New Issue
Block a user