Tento commit je obsažen v:
Bradlee Speice
2014-09-01 16:10:04 -04:00
rodič 2d59859ac7
revize 40c706c4ab

Zobrazit soubor

@ -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