|
@@ -242,8 +242,7 @@ class UpdatesController :
|
|
adapter?.currentItems
|
|
adapter?.currentItems
|
|
?.filterIsInstance<UpdatesItem>()
|
|
?.filterIsInstance<UpdatesItem>()
|
|
?.find { it.chapter.id == download.chapter.id }?.let {
|
|
?.find { it.chapter.id == download.chapter.id }?.let {
|
|
- adapter?.updateItem(it)
|
|
|
|
- adapter?.notifyDataSetChanged()
|
|
|
|
|
|
+ adapter?.updateItem(it, it.status)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|