Merge branch 'SimpleMobileTools:master' into feature_attachments

This commit is contained in:
Naveen 2022-11-02 18:14:05 +05:30
commit d202c3b172
39 changed files with 264 additions and 137 deletions

View file

@ -376,7 +376,11 @@ class ThreadAdapter(
builder.override(attachment.width, attachment.height)
}
builder.into(imageView.attachment_image)
try {
builder.into(imageView.attachment_image)
} catch (ignore: Exception) {
}
imageView.attachment_image.setOnClickListener {
if (actModeCallback.isSelectable) {
holder.viewClicked(message)