You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0]
Describe the Bug:
If I have a slider on same screen as tooltip, the slider UI gets all distorted. This happens for any simple slider within same composable as Tooltip. Bumping down to version 1.6.0 fixed it for me
Please complete the following information:
Describe the Bug:
If I have a slider on same screen as tooltip, the slider UI gets all distorted. This happens for any simple slider within same composable as Tooltip. Bumping down to version 1.6.0 fixed it for me
Slider(
value = position.value,
onValueChange = { updatePosition(it) },
valueRange = min..max,
modifier = Modifier.fillMaxWidth(),
colors = SliderDefaults.colors(
activeTrackColor = Color( 0xFF7303c0),
thumbColor = Color(0xFFAD3689)
)
)
Expected Behavior:
Slider is unaffected by tooltip
The text was updated successfully, but these errors were encountered: