I'm having a weird behaviour when using the `NavHo...
# compose
p
I'm having a weird behaviour when using the
NavHost
but I don't know if it is intended. When I add a size modifier to the top level composable in a given route that size seems to be overridden and it always fills the NavHost size. Is this intended? And how is this even possible?
z
the kdoc explains it
👍 1
p
Didn't know that, thanks! So if I use requiredHeight it should ignore the parents constraints and have the size I set it?
👍 1
z
Yes