Fixed
Status Update
Comments
co...@google.com <co...@google.com> #2
The only currently supported strategy for adding Fragments to compose is via
ap...@google.com <ap...@google.com> #3
Yes, I am familiar with AndroidViewBinding, however, as far as I know it has some limitations, like, I can't decide at runtime what fragment to commit.
le...@google.com <le...@google.com>
na...@google.com <na...@google.com> #4
I also can't give parameters to the fragment being inflated.
Description
I want to hide NavigationSuite on screens where NavigationBar and NavigationRail are not needed. So I would like to be able to customize NavigationSuite to hide it.