Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove progress task from identify action
Seems that some providers trigger an issue with the progress task (likely due to a local event loop running on the main thread triggering a processEvents call). Workaround the issue by just removing the progress task -- it's unlikely to be missed anyway. Fixes #20459 (cherry picked from commit 57c117c)
- Loading branch information