curtjrees
07/02/2021, 4:53 PMNavHost
when I add a .verticalScroll()
modifier to it
It seems that the composables in my NavHost can’t fillMaxHeight()
anymore and fallback to wrapping the content size
Has anyone else managed to have “scrollable” NavHost? (reasoning behind this is to have a scrollState in which a collapsing toolbar can react to)Ian Lake
07/02/2021, 5:04 PMfillMaxHeight()
inside a scrolling container doesn't make much sense?curtjrees
07/02/2021, 5:26 PMcurtjrees
07/02/2021, 5:27 PMdimsuz
07/02/2021, 5:29 PMAndrey Kulikov
07/02/2021, 5:44 PM