mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 20:20:53 +01:00
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…
x
Reference in New Issue
Block a user