Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
That fix has been cherry-picked into the release branch and will be available in the Fragment 1.5.1
release.
ki...@gmail.com <ki...@gmail.com> #3
So if I understand this correctly, this enables us to add more worker factory at runtime?
ra...@google.com <ra...@google.com> #4
This enables the use-case where a library that uses WorkManager uses a different WorkerFactory. So an application could add the library provided WorkerFactory to the list of delegates.
su...@google.com <su...@google.com> #5
You should add your libraries at startup, not at some point after your app and WorkManager have been initialized.
Description