We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e1c8e commit d2718ceCopy full SHA for d2718ce
core/src/main/java/org/openedx/core/ui/ComposeExtensions.kt
@@ -92,7 +92,7 @@ fun Modifier.displayCutoutForLandscape(): Modifier = composed {
92
}
93
94
inline fun Modifier.noRippleClickable(crossinline onClick: () -> Unit): Modifier = composed {
95
- clickable(
+ this then Modifier.clickable(
96
indication = null,
97
interactionSource = remember { MutableInteractionSource() }) {
98
onClick()
0 commit comments