<@U0V5RDDU5> Currently it avoids lifecycle by lett...
# coroutines
p
@vkuznetsov Currently it avoids lifecycle by letting fragments do the heavy lifting (for the onActivityResult bit). The continuation is an argument on the fragment (by being wrapped in a
Parcelable
). By default Android will handle all saving and restoring of fragments including their arguments.