Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #3
Thank you for the quick fix.
Is there an ETA for the next release?
Is there an ETA for the next release?
Description
Version used: 2.3.1
Devices/Android versions reproduced on: Any
Calling setProgress on RxWorker throws a NullPointerException, because Single.fromFuture cannot be called with a Future returning a null value.
A Completable seems more appropriate in this case