py
01/07/2021, 5:03 PMmodifier = Modifier
.wrapContentHeight()
.clickable(
onClick = {
onItemClickEvent(ROW_CLICK)
},
onDoubleClick = {
onItemClickEvent(ROW_DOUBLE_CLICK)
}
)
This plays a ripple and then after about 500ms only the callback is invoked. Pretty sure no one ever wants that behavior.