Assigned
Status Update
Comments
ey...@gmail.com <ey...@gmail.com> #3
That's odd, I've had this code for two or three years already.
ey...@gmail.com <ey...@gmail.com> #4
I reverted the work update, and the issue is happening when using AGP Hedgehog. It looks like maybe lint wasn't picking up these violations, and that was fixed as part of AGP Hedgehog.
ey...@gmail.com <ey...@gmail.com> #5
Could ListenableWorker.Result
get functionality to determine whether it succeeded, failed, or needs to retry?
se...@google.com <se...@google.com> #6
Yeah, I don't see currently reasons to hide these classes, but I'll check out what was the thought behind this originally.
Description
The latest version of work (2.9.0-alpha01) restricts usages of
ListenableWorker.Result.*
classes to the work library group. I was previously using them to determine if a result was a success or not, e.g.