that example has issues, it leaves a lot of orphaned coroutines for one.
also the nullability thing doesn't make sense, as it's checked only once, right after the variable is assigned (so never null)
w
withoutclass
08/01/2018, 12:19 PM
Yea, I need to go back and update it probably, though it's not meant to be a perfect example, as most things on the internet. For instance I include created jobs in the model so the activity can clean them up on pause