mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-11 07:43:59 +01:00
fix a glitch with clicking on MMS attachments
This commit is contained in:
parent
98e20fc7cd
commit
db5ddd9bd1
@ -225,7 +225,7 @@ class ThreadAdapter(
|
||||
}
|
||||
|
||||
builder.into(imageView.attachment_image)
|
||||
attachment_image.setOnClickListener {
|
||||
imageView.attachment_image.setOnClickListener {
|
||||
Intent().apply {
|
||||
action = Intent.ACTION_VIEW
|
||||
setDataAndType(uri, type)
|
||||
|
Loading…
Reference in New Issue
Block a user