mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-31 17:44:46 +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)
|
||||
}
|
||||
},
|
||||
onLongClick = { holder.viewLongClicked() },
|
||||
onLongClick = { holder.viewLongClicked() }
|
||||
)
|
||||
}.root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user