How to send one shot event to NavigableCircuitContent screen? #1733
Unanswered
vulpeszerda
asked this question in
Q&A
Replies: 1 comment 2 replies
-
As I kept thinking about this issue, If that’s the case, could you provide guidance on a general approach for delivering one-shot events to screen inside NavigableCircuitContent? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using NavigbaleCircuitContent,
there’s a scenario where navigation to a specific screen with a one-shot event argument is required (such as a focus target).
In this case I could pass argument within screen model like below.
However, if user already in that screen,
how can we re-deliver the new argument to pre-exisiting presenter or ui, without simply popping and pushing the screen with the new argument?
I previously mentioned this in #1169,
However, the main focus of the discussion at that time was different, so I’m raising this issue again.
Beta Was this translation helpful? Give feedback.
All reactions