ObservableDataBuilder doesn't set loading to false after error
BenTilbrook opened this issue · 0 comments
BenTilbrook commented
After an error occurs from a content observable, and the caller didn't supply a loading observable, Data.isLoading == true
, which isn't right. Loading has ceased once the stream terminates.
Workaround:
Supply a loading observable that emits false
on error.