mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 07:35:06 +01:00
Fixed Recents item not showing after marking as read
This commit is contained in:
parent
a1bd3402ff
commit
d40b5484a8
@ -75,6 +75,11 @@ class RecentMangaHolder(
|
|||||||
if (adapter.isSelected(adapterPosition)) Download.CHECKED else item.status,
|
if (adapter.isSelected(adapterPosition)) Download.CHECKED else item.status,
|
||||||
item.progress
|
item.progress
|
||||||
)
|
)
|
||||||
|
resetFrontView()
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun resetFrontView() {
|
||||||
|
if (front_view.translationX != 0f) itemView.post { adapter.notifyItemChanged(adapterPosition) }
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onLongClick(view: View?): Boolean {
|
override fun onLongClick(view: View?): Boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user