fix a glitch with clicking on MMS attachments
This commit is contained in:
parent
98e20fc7cd
commit
db5ddd9bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue