Format code.
This commit is contained in:
parent
0d6f758343
commit
b45754faeb
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ fun TimelineItemStickerView(
|
||||||
.combinedClickable(
|
.combinedClickable(
|
||||||
onClick = onContentClick,
|
onClick = onContentClick,
|
||||||
onLongClick = onLongClick,
|
onLongClick = onLongClick,
|
||||||
onLongClickLabel = stringResource(CommonStrings.action_open_context_menu), )
|
onLongClickLabel = stringResource(CommonStrings.action_open_context_menu),
|
||||||
|
)
|
||||||
} else {
|
} else {
|
||||||
Modifier
|
Modifier
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue