Fix a deprecation

robolectric-error
Bradlee Speice 2014-09-01 16:10:04 -04:00
parent 2d59859ac7
commit 40c706c4ab
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class BookDownloadManager implements WorkListener, BooksListener {
// So, the JobManager can't be injected, but we'll make do
// First, look up where the Book came from
Observable.from(refreshManager.installerFromBook(b))
Observable.just(refreshManager.installerFromBook(b))
.subscribeOn(Schedulers.io())
.subscribe(new Action1<Installer>() {
@Override