Skip to content

Commit

Permalink
[#723] Review: Remove onClick usage from ConstraintLayout modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Dec 5, 2023
1 parent 473d09f commit 9ec0e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object OdsBottomNavigation {
.weight(1f)
.selectable(
selected = selected,
onClick = onClick,
onClick = { },
enabled = enabled,
role = Role.Tab
)
Expand Down

0 comments on commit 9ec0e79

Please sign in to comment.