fix a glitch with clicking on MMS attachments

This commit is contained in:
tibbi 2020-04-12 21:59:14 +02:00
parent 98e20fc7cd
commit db5ddd9bd1
1 changed files with 1 additions and 1 deletions

View File

@ -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)