Remove unnecessary comma
This commit is contained in:
parent
66be224b38
commit
cdcc9e2140
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue