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
Support for canceling coroutines when Activity is destroyed is missing. FeedStore has hardcoded CoroutineScope(Dispatchers.Main) which is not bound to any lifecycle callbacks.
This hardcoded coroutine scope also makes writing unit tests hard (it could be simply a constructor parameter).