Skip to content

Commit

Permalink
Refractored onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Mursall committed Aug 15, 2022
1 parent 7c37ffb commit dea8be2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ fun XS2AWizard(
.fillMaxSize()
.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null
) {}
indication = null,
onClick = {}
)
.background(XS2ATheme.CURRENT.loadingIndicatorBackgroundColor),
)
}
Expand Down

0 comments on commit dea8be2

Please sign in to comment.