Replies: 2 comments 1 reply
-
Looks same with https://slackhq.github.io/circuit/circuitx/#launchedimpressioneffect |
Beta Was this translation helpful? Give feedback.
1 reply
-
As @~vulpeszerda pointed out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've implemented a
LaunchedEffectRetained
composable that aims to execute an effect only once and retain its execution across screen transitions:Usage example:
so that every time the navigation backstack changed and restored, the
articleAPI.viewColumn(it)
will be executed only once across those changes.Behavior
Questions
Beta Was this translation helpful? Give feedback.
All reactions