mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fixed being able to swipe update headers
This commit is contained in:
parent
3455e36a33
commit
88ceefecf3
@ -26,6 +26,10 @@ class DateItem(val date: Date, val addedString: Boolean = false) : AbstractHeade
|
||||
holder.bind(this)
|
||||
}
|
||||
|
||||
override fun isSwipeable(): Boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
if (this === other) return true
|
||||
if (other is DateItem) {
|
||||
|
Loading…
Reference in New Issue
Block a user