Currently, the code in the sdk which is using kotlin couroutine is not aware of android lifecycle. Therefore, some bugs could occur after an activity / fragment was paused / stopped.
We might want to review the code and see how we can fix it.
Related article:
https://developer.android.com/topic/libraries/architecture/coroutines#restart
Currently, the code in the sdk which is using kotlin couroutine is not aware of android lifecycle. Therefore, some bugs could occur after an activity / fragment was paused / stopped.
We might want to review the code and see how we can fix it.
Related article:
https://developer.android.com/topic/libraries/architecture/coroutines#restart