Skip to content

Commit

Permalink
Remove remaining invoke() explicit call
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 16, 2024
1 parent 101845a commit a42420f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun PlayerError(playerError: PlaybackException, modifier: Modifier = Modifier, o
Box(
modifier = Modifier
.fillMaxSize()
.clickable { onRetry.invoke() }
.clickable { onRetry() }
) {
Column(modifier = Modifier.align(Alignment.Center), horizontalAlignment = Alignment.CenterHorizontally) {
Text(
Expand Down

0 comments on commit a42420f

Please sign in to comment.