Composable not recomposing when state is changed inside the ViewModel
I am trying to show a circular progress indicator, when syncing of files start by setting syncing state to true.
when syncing ends the variable becomes false.
I am trying to show a circular progress indicator, when syncing of files start by setting syncing state to true.
when syncing ends the variable becomes false.