mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
fix a glitch with clicking on MMS attachments
This commit is contained in:
@ -225,7 +225,7 @@ class ThreadAdapter(
|
|||||||
}
|
}
|
||||||
|
|
||||||
builder.into(imageView.attachment_image)
|
builder.into(imageView.attachment_image)
|
||||||
attachment_image.setOnClickListener {
|
imageView.attachment_image.setOnClickListener {
|
||||||
Intent().apply {
|
Intent().apply {
|
||||||
action = Intent.ACTION_VIEW
|
action = Intent.ACTION_VIEW
|
||||||
setDataAndType(uri, type)
|
setDataAndType(uri, type)
|
||||||
|
Reference in New Issue
Block a user