Stefan Oltmann
07/06/2021, 5:16 PMrememberCoroutineScope()
but it looks like that "isActive" in the loading job still returns "true" even if it's not more on screen. To test that I have put into a delay of 1000ms.
Is there something like "onDisappeared" that I can use to cancel my job?
Or can I have that coroutineScope cancel the job automatic if it's no longer visible?Foso
07/06/2021, 7:17 PMDaniele Segato
07/06/2021, 10:05 PMStefan Oltmann
07/07/2021, 7:12 AM