Minor cleanup
This commit is contained in:
parent
dbeb6c721a
commit
5b31324b4b
@ -366,7 +366,7 @@ private fun ExtensionItemActions(
|
||||
onClickItemAction: (Extension) -> Unit = {},
|
||||
) {
|
||||
val isIdle = installStep.isCompleted()
|
||||
Row(modifier = modifier) {
|
||||
Row(modifier = modifier, verticalAlignment = Alignment.CenterVertically) {
|
||||
if (isIdle) {
|
||||
// SY -->
|
||||
if (
|
||||
|
@ -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),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user