mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 12:49:18 +01:00
Minor cleanup to updating download status in Updates
This commit is contained in:
parent
6ba82da029
commit
f608cb55eb
@ -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?.updateItem(it, it.status)
|
||||||
adapter?.notifyDataSetChanged()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user