Remove unnecessary comma
This commit is contained in:
parent
66be224b38
commit
cdcc9e2140
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue