Use function ref.

This commit is contained in:
Benoit Marty 2023-06-09 17:45:51 +02:00
parent 9562600be4
commit 5bec246034
2 changed files with 4 additions and 12 deletions

View file

@ -98,9 +98,7 @@ fun ConfirmAccountProviderView(
.testTag(TestTags.loginContinue)
)
TextButton(
onClick = {
onChange()
},
onClick = onChange,
enabled = true,
modifier = Modifier
.fillMaxWidth()