Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Use cases: Some phone(like OnePlus) will change the density when rotating the screen or enter PIP mode, I use slider to make a controller for a video player app, at this point the video is playing and the progress bar is changing, then App will be crashed
jb...@google.com <jb...@google.com> #3
Not sure I understand the use case.
Slider cannot measure 0.dp it has to measure at least 2 thumbs so that the thumb can move from 0f to 1f. Do you mean to use Modifier.weight instead so that it takes the available space?
pr...@google.com <pr...@google.com> #4
yes, i am using Modifier.weight for Slider, i don't know why it crash on OnePlus phone
Description