Join Slack
Powered by
I ran into that same issue, and fixed it by replac...
# codereview
l
len
07/03/2016, 8:28 PM
I ran into that same issue, and fixed it by replacing
Observable.error<Throwable>(throwable)
with
Observable.error(throwable as Throwable)
👍 1
2
Views
Open in Slack
Previous
Next