i notice that it happens when i am simply navigating to another fragment using android navigation sdk/api
r
rook
09/15/2021, 1:54 AM
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.