I have a question about Navigation. Let's say ther...
# compose
c
I have a question about Navigation. Let's say there are A, B, C Screens. I need to show B and I need to get data from C. And I call an API when it's B Screen. Is there any way to detect if it's from A->B or it's from pop() from C? At the moment the API is called when it's from C or A. I need to block when it's from C.