You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: