Reorder params.
This commit is contained in:
parent
79c5bd25c3
commit
bae963c4bc
1 changed files with 1 additions and 1 deletions
|
|
@ -78,8 +78,8 @@ fun ClickableLinkText(
|
|||
@Composable
|
||||
fun ClickableLinkText(
|
||||
annotatedString: AnnotatedString,
|
||||
interactionSource: MutableInteractionSource = remember { MutableInteractionSource() },
|
||||
modifier: Modifier = Modifier,
|
||||
interactionSource: MutableInteractionSource = remember { MutableInteractionSource() },
|
||||
linkify: Boolean = true,
|
||||
linkAnnotationTag: String = LINK_TAG,
|
||||
onClick: () -> Unit = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue