Replies: 2 comments
-
That's because This however shouldn't not be an issue, since UI frameworks should be handling this case just fine. E.g. with Jetpack Compose, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @arkivanov that answers my question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MutableValue::compareAndSet
does not check if the value is changing or not, it just sets the new value and emits.Proposed FIX in
MutableValue::setValue
:Beta Was this translation helpful? Give feedback.
All reactions