I've triple-checked that there's no business logic...
# compose
j
I've triple-checked that there's no business logic or real calculations in my Composables. it's all happening in my UseCase, which supplies a model to the ViewModel, and there a few things occur (sorting mainly) before the model is updated and observed by the top level Composable. I've shown here a video of the stuttering, does this provide any clues?