mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Add media send feature module.
This commit is contained in:
@@ -68,6 +68,9 @@ fun <T> GlideImage(
|
||||
}
|
||||
.into(imageView)
|
||||
},
|
||||
onReset = {
|
||||
Glide.with(it.context).clear(it)
|
||||
},
|
||||
modifier = modifier
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user