allan.conda
04/08/2021, 10:25 AMnavController
(bottom navigation triggers a fullscreen navigatino) in multiple NavHost is a supported thing 😅.
How is everyone handling fullscreen navigations?allan.conda
04/08/2021, 10:25 AMallan.conda
04/08/2021, 10:25 AMdarkmoon_uk
04/08/2021, 10:29 AMallan.conda
04/08/2021, 10:30 AMhttps://kotlinlang.slack.com/archives/CJLTWPH7S/p1607399581443600?thread_ts=1607392764.442700&cid=CJLTWPH7SAre you doing it similarly to my snippet above for the same reasons?
darkmoon_uk
04/08/2021, 11:09 AMdarkmoon_uk
04/08/2021, 11:11 AMIan Lake
04/08/2021, 12:57 PMIan Lake
04/08/2021, 12:59 PMallan.conda
04/08/2021, 1:06 PMNavController as the single source of truthAnd this is what I’m aiming for. However I can’t wrap around my head on how to handle fullscreen navigations with a single NavHost. Well, actually, I have worked around single NavHost in our current approach (Fragment Jetpack Navigation) by manually hiding the bottom nav for full screen navigations, but it doesn’t look so good (it doesn’t look like the screen pops over the screen with bottom nav)
Ian Lake
04/08/2021, 4:21 PMallan.conda
04/09/2021, 5:39 AM