Lint fixes

This commit is contained in:
arkon
2020-04-18 15:28:44 -04:00
parent fbf13efe74
commit bdee525336
2 changed files with 2 additions and 3 deletions

View File

@@ -67,8 +67,7 @@ class ChaptersPresenter(
// Prepare the relay.
chaptersRelay.flatMap { applyChapterFilters(it) }
.observeOn(AndroidSchedulers.mainThread())
.subscribeLatestCache(ChaptersController::onNextChapters)
{ _, error -> Timber.e(error) }
.subscribeLatestCache(ChaptersController::onNextChapters) { _, error -> Timber.e(error) }
// Add the subscription that retrieves the chapters from the database, keeps subscribed to
// changes, and sends the list of chapters to the relay.