Remove unnecessary comma

This commit is contained in:
Naveen 2023-08-22 15:12:08 +05:30
parent 66be224b38
commit cdcc9e2140
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ class ThreadAdapter(
activity.launchViewIntent(uri, mimetype, attachment.filename)
}
},
onLongClick = { holder.viewLongClicked() },
onLongClick = { holder.viewLongClicked() }
)
}.root