Join Slack
Powered by
Hi! Does it make sense to do `lifecycleScope.launc...
# android
d
dave08
11/24/2019, 5:22 PM
Hi! Does it make sense to do
lifecycleScope.launch { }
in a
LifecycleService
when handling intents, or will it leak?
l
louiscad
11/25/2019, 1:21 PM
Should be okay. But then, you have to check, I don't know your use case and your code.
2
Views
Open in Slack
Previous
Next