Rick Regan
06/03/2021, 9:20 PMRick Regan
06/04/2021, 2:02 AM@Composable
fun VariableRipples() {
Button(
onClick = { },
colors = ButtonDefaults.buttonColors(backgroundColor = Color.White)
) {
Text(text = "Click me")
}
}
I'm surprised no one has seen this.
I will write an issue tomorrow and post here.matvei
06/04/2021, 11:13 AMmatvei
06/04/2021, 11:13 AMRick Regan
06/04/2021, 12:11 PMLouis Pullen-Freilich [G]
06/04/2021, 1:37 PMTwo issues I have: 1) if I tap a button as quickly as I can, it is not always a short ripple (in fact, it is more often not). 2) I have a button which does more work than the others so it had a slightly longer duration ripple at one point (it’s possible that reduced after beta06, I didn’t notice); now with beta08 the ripple on that button is so fast it doesn’t even look like it completes.These two seem strange though, I wouldn’t expect this behavior. If you have a reproduction / a video showing this behavior it would be worth filing a bug
Louis Pullen-Freilich [G]
06/04/2021, 1:38 PMRick Regan
06/04/2021, 2:33 PMCrossfade
)Louis Pullen-Freilich [G]
06/04/2021, 3:15 PMRick Regan
06/04/2021, 3:30 PMRick Regan
06/04/2021, 4:36 PMLouis Pullen-Freilich [G]
06/04/2021, 4:41 PM