https://kotlinlang.org logo
#anko
Title
b

bamdmux

05/31/2017, 7:42 AM
@antonioleiva Never used anko coroutines, but as they are based on kotlinx.coroutines, couldn't you just use a Job interface from
launch(UI)
and then cancel it on onDestroy?