<@UHAJKUSTU> Following on my post in <#CJLTWPH7S|>...
# decompose
g
@Arkadii Ivanov Following on my post in #CJLTWPH7S, I used Decompose already but I wondering if it could work with Compose Adaptive Layout ? I saw the new Child Panels but is it possible to use eg
ListDetailPaneScaffold
with ?
a
g
Thanks for your reply! So, in short: no it doesn't work since it need a
ListDetailPaneScaffoldNavigator
. We need to use the
ChildPanels
composable.
a
Yeah, I think so.
a
The layering is set up in such a way that its intended to be able to use
ListDetailPaneScaffold
directly, without needing the
navigator
APIs. In other words, the state of the scaffold can be derived from a navigation library that is more directly managing the state.
😮 1
a
Seems like a new feature, worth trying. But I think in this case we still won't be able to leverage animation APIs provided by Decompose.
g
@Alex Vanyo Oh thanks for this input! I would love to continue to use Decompose without the risk to not be able to use new composables/scaffold from google!