Is it possible to anchor a snackbar to a FAB in Compose, preferably using scaffolds? I'm looking for a similar behaviour we can implement this using CoordinatorLayout, which the snackbar pushes the FAB up when it shows.
z
Zach Klippenstein (he/him) [MOD]
07/12/2021, 3:17 PM
The Scaffold owns a snackbar host/state and the FAB - it should manage all that automatically. If it’s not interacting those two things together correctly according to the material spec, I’d file a bug.
👍 1
r
Rafael Santiago
07/12/2021, 3:27 PM
This is what I thought! Thanks! I will do more tests and file a bug then.