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
Not use pointerInput(Unit), It captures the lambda with all the variables inside.
Use, for example, pointerInput(onValueChange).
I spent a day trying to figure out why the new version stopped selecting ratings in some cases.
Not use pointerInput(Unit), It captures the lambda with all the variables inside.
Use, for example, pointerInput(onValueChange).
I spent a day trying to figure out why the new version stopped selecting ratings in some cases.
Description of a similar problem:
https://stackoverflow.com/questions/70849243/listeners-inside-detecttapgestures-only-ever-get-the-first-variable-value-othe
The text was updated successfully, but these errors were encountered: