SangMin Park

Results 2 issues of SangMin Park

Resolve the [issue](https://github.com/material-components/material-components-android/issues/3978) that crash when assigning a large value to `valueTo`. The cause is the floating point rounding error. ```java // AS-IS private boolean valueLandsOnTick(float value) { // Check...

**Description:** Crash occurs when assigning a large value to `valueTo`. To reproduce, set the values ​​as follows. - `valueFrom` : 1000.0 - `valueTo` : 258896000.0 - `stepSize` : 1000.0 **Expected...

bug
Widget: Slider