No need to check for `continuation.isActive`. You...
# coroutines
e
No need to check for
continuation.isActive
. You can safely remove them, unless you underlying mechanism is buggy and would invoke onSuccess/onError more than once.