Snackbar not being displayed after file-picker is shown in nested Scaffold
I have the following screen-level composable, which for some reason in the LaunchedEffect(batchUploadState) {...} section, despite the Error case being triggered and running, the snackbar won't show. Any ideas why?
This Screen and its Scaffold are nested within another scaffold in the Activity that handles the bottom Navigation and some other stuff. This doesn't seem to be a problem for other screens with a similar approach. I'm attaching the activity code below the screen composable....