Hey guys, I am performing background work in a Cor...
# android
a
Hey guys, I am performing background work in a Coroutine Worker, and would like to update the notification with progress. Currently, I inject my repository which holds a livedata which tracks the download process for the item. How should I go about observing it in a background worker?