Take the logic inside of `FloatingActionButtonBinding` and hook it into the FAB inside of the `TabsTray` composable. Ideally, this should live within a wrapper that encapsulates the FAB and the logic, rather than having the logic inside of the top-level `TabsTray`.
Bug 1819196 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.
Take the logic inside of `FloatingActionButtonBinding` and hook it into the FAB inside of the `TabsTray` composable. Ideally, this should live within a wrapper Composable that encapsulates the FAB and the logic, rather than having the logic inside of the top-level `TabsTray`.