theapache64
08/11/2021, 4:51 AMlaunchSingleTop
flag works based on the route
pattern, but not route launched. For eg: if I’ve composable("page/{pageId}"){...}
and if i navigate("page/1")
and navigate("page/2")
with launchSingleTop = true
, only the page/1
will load. Is there anyway to make it route based rather than router pattern based ? or How can I handle this scenario?theapache64
08/11/2021, 4:52 AMIan Lake
08/11/2021, 5:12 AMIan Lake
08/11/2021, 5:12 AMtheapache64
08/11/2021, 5:33 AMtheapache64
08/11/2021, 5:39 AMIan Lake
08/11/2021, 5:49 AMMutableStateFlow
and in the Composable
worlds, but I'm hopefully we'll be able to address the last outstanding issues with it here soon