Upgrade dependencies, use new Timber's overloaded method for errors

This commit is contained in:
len
2016-09-08 18:30:29 +02:00
parent ccdc336112
commit 6a30a75e3e
17 changed files with 30 additions and 30 deletions

View File

@@ -427,7 +427,7 @@ class LibraryFragment : BaseRxFragment<LibraryPresenter>(), ActionMode.Callback
}
} catch (error: IOException) {
context.toast(R.string.notification_manga_update_failed)
Timber.e(error, error.message)
Timber.e(error)
}
}