Remove unnecessary comma

This commit is contained in:
Naveen
2023-08-22 15:12:08 +05:30
parent 66be224b38
commit cdcc9e2140

View File

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