Is there a way to access the current lifecycle sta...
# compose
p
Is there a way to access the current lifecycle state inside the Modifier Node?
I want to execute some logic, when state goes to started/resumed
z
implement
CompositionLocalConsumerModifierNode
, read
LocalLifecycleOwner
p
Will take a look. Thanks.