Hi all, I have a `ScrollableRow` with list of comp...
# compose
d
Hi all, I have a
ScrollableRow
with list of composable. Is there any state within compose that I can use to know if that view has been brought to Foreground (basically I want to know onResume() has been called)? Based on that I can scroll the list to the start.
z
You could get the lifecycle from the AmbientLifecycle and observe that