Skip to content

Commit

Permalink
fix: [ANDROAPP-6209] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored and andresmr committed Jul 16, 2024
1 parent 58b7ee2 commit 4abd1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class IndicatorViewHolder(
modifier = Modifier.then(
if (programIndicatorModel.programIndicator?.description() != null) {
Modifier.clickable(
interactionSource = MutableInteractionSource(),
interactionSource = MutableInteractionSource(),
indication = rememberRipple(),
onClick = { showDescription(programIndicatorModel.programIndicator) },
)
Expand Down

0 comments on commit 4abd1d2

Please sign in to comment.