Can I have activity-wide app bar menu items if I h...
# compose
f
Can I have activity-wide app bar menu items if I have separate Scaffolds on each screen? I guess no
k
I think you would have to have just 1 Scaffold and then you would have to communicate Toolbar item changes
f
ok thank you
so instead I put the shared item on each screen manually?
b
If you have separate Scaffolds, just have the same AppBars or AppBarMenus composables that you would pass to separate Scaffold or AppBars
f
@Berkeli Alashov thanks, that sounds like a good idea