Let's say the Activity is created, started and res...
# coroutines
l
Let's say the Activity is created, started and resumed, then paused and stopped while the create coroutine still hasn't completed. The start and resume coroutines should be cancelled (until the activity becomes started again), but the create coroutine should continue