Minor cleanup to updating download status in Updates
Cette révision appartient à :
Parent
6ba82da029
révision
f608cb55eb
1 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -242,8 +242,7 @@ class UpdatesController :
|
|||
adapter?.currentItems
|
||||
?.filterIsInstance<UpdatesItem>()
|
||||
?.find { it.chapter.id == download.chapter.id }?.let {
|
||||
adapter?.updateItem(it)
|
||||
adapter?.notifyDataSetChanged()
|
||||
adapter?.updateItem(it, it.status)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket