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
Since children of the recycler view aren't always attached to a context (like those coming into or leaving the screen), findViewTreeLifecycleOwner might return null. Ideally, these views wouldn't need to launch a coroutine, but those that do should depend on a more reliable coroutine scope than the view tree lifecycle owner's coroutine scope.
The text was updated successfully, but these errors were encountered:
Since children of the recycler view aren't always attached to a context (like those coming into or leaving the screen),
findViewTreeLifecycleOwner
might return null. Ideally, these views wouldn't need to launch a coroutine, but those that do should depend on a more reliable coroutine scope than the view tree lifecycle owner's coroutine scope.The text was updated successfully, but these errors were encountered: