mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
catch exceptions thrown at showing big message attachments
This commit is contained in:
@ -384,7 +384,11 @@ class ThreadAdapter(
|
||||
builder.override(attachment.width, attachment.height)
|
||||
}
|
||||
|
||||
try {
|
||||
builder.into(imageView.attachment_image)
|
||||
} catch (ignore: Exception) {
|
||||
}
|
||||
|
||||
imageView.attachment_image.setOnClickListener {
|
||||
if (actModeCallback.isSelectable) {
|
||||
holder.viewClicked(message)
|
||||
|
Reference in New Issue
Block a user