ListenableWorker does not remove notification icon

I am using ListenableWorker to perform background tasks. Also I want OS to be aware of my service importance, so I call setForegroundAsync(new ForegroundInfo(WorkerConstants.NOTIFICATION_FOREGRO...