i notice that it happens when i am simply navigati...
# coroutines
j
i notice that it happens when i am simply navigating to another fragment using android navigation sdk/api
r
I can’t know for sure, but if you navigate to another fragment and your producer coroutine was launched via that fragment’s lifecycle scope, it’s probably being cancelled when the fragment gets paused.