Bug 1925333 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

After moving to material 3, we'll be able to use the modern Snackbar composable API which allows for customizable data parameters. This will allow us to consolidate our logic for showing a "default" snackbar and a "warning" snackbar.

As part of this ticket:
- Use the Material 3 Snackbar APIs to make it so we only need one underlying SnackbarHost to show all of our Snackbar use cases.
After moving to material 3, we'll be able to use the modern Snackbar composable API which allows for customizable data parameters. This will allow us to consolidate our logic for showing a "default" snackbar and a "warning" snackbar.

As part of this ticket:
- Use the Material 3 Snackbar APIs to make it so we only need one underlying SnackbarHost to show all of our Snackbar use cases.
- Investigate if `AcornSnackbarHostState` can be removed.

Back to Bug 1925333 Comment 0