allan.conda
05/28/2020, 6:08 AM@Composable
function using LiveData#observeAsState
. and modify the list-order internally for rendering (drag-reorder ux), but I can’t get it to work; I guess I lack understanding about MutableState
. Any ideas? The new list doesn’t update the state 😞allan.conda
05/28/2020, 6:10 AMFlowRow
to render the list.
Another issue: when trying to update the order, the view flickers back to the initial state for a millisecond; I’m guessing it has something to do with the mutableState as well. Still thinking how to get around that for a smooth experience.