This commit is contained in:
len
2016-07-02 14:12:52 +02:00
parent ce7118084a
commit 5fe1799dab
4 changed files with 40 additions and 51 deletions
@@ -26,7 +26,7 @@ class DownloadHolder(private val view: View) : RecyclerView.ViewHolder(view) {
this.download = download
// Update the chapter name.
view.download_title.text = download.chapter.name
view.chapter_title.text = download.chapter.name
// Update the manga title
view.manga_title.text = download.manga.title