Use function ref.
This commit is contained in:
parent
9562600be4
commit
5bec246034
2 changed files with 4 additions and 12 deletions
|
|
@ -98,9 +98,7 @@ fun ConfirmAccountProviderView(
|
|||
.testTag(TestTags.loginContinue)
|
||||
)
|
||||
TextButton(
|
||||
onClick = {
|
||||
onChange()
|
||||
},
|
||||
onClick = onChange,
|
||||
enabled = true,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue