Replies: 1 comment
-
Yeah something along the line. Ideally this instance is scoped to the activity and any of its child fragments. Btw if you use jetpack navigation there’s a new NavBackStackEntry API which exposes LiveData. Might be another option if you that works for your taste. |
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
-
Context Previous: #116 (comment)
we're using default BottomSheetDialogFragment (with custom layout), and setup the dialog with dynamic inflation, e.g:
we have multiple collector in our activity (we're using MVI same references from Ezike here), but no flow collector in dialog
Agreed, we're trying to communicate between dialog and activity seamlessly
Ah, I see. Lemme clarify your statement with code example.
(1) we need to customize our own dialog/bottom dialog
or maybe any references we can use
@ychescale9
Beta Was this translation helpful? Give feedback.
All reactions