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
Because the actual List pointer is the same,
there is no difference between the value sent to emit and the
value still in the StateFlow.
To correct this,
A new list is created by appending an immutable list
with the new value, which is then saved internally and emitted.
In response to work done:
streetcomplete#5482
0 commit comments