I use a `CoroutineWorker` do download some items. ...
# androidx
k
I use a
CoroutineWorker
do download some items. I use
setForeground
to initiate a foreground notification. However, when updating the notification to display the progress, the notification icon moves around in the status bar. Does anyone know why this happens? I use
setForeground
to update the notification.
😶 1