Jan
04/15/2023, 9:32 PMval uploadFlow = MutableStateFlow<List<UploadState>>(emptyList())
And then each these UploadState object has another stateflow inside of it, is it safe if I use collectAsState e.g. in the MainScreen for the uploadFlow and then the corresponding stateflow from the uploadstate in their composable component? Or is that bad?franztesca
04/15/2023, 10:40 PMJan
04/16/2023, 1:11 PMLeo Delon
04/17/2023, 8:04 AMmyanmarking
04/17/2023, 12:39 PM