Minor cleanup

This commit is contained in:
Jobobby04
2022-10-01 18:30:25 -04:00
parent dbeb6c721a
commit 5b31324b4b
2 changed files with 6 additions and 4 deletions
@@ -94,10 +94,12 @@ class MetadataViewController : FullComposeController<MetadataViewPresenter> {
.fillMaxWidth()
.clickableNoIndication(
onLongClick = {
context.copyToClipboard(title,
text)
context.copyToClipboard(
title,
text,
)
},
onClick = {}
onClick = {},
)
.padding(vertical = 8.dp),
) {