How do I create a custom coroutinescope for a view...
# android
r
How do I create a custom coroutinescope for a view which is attached to a recyclerview? I tried making one using a attachToWindowListener but the scope cancels out immediately.