mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 20:01:53 +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)
|
holder.bind(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun isSwipeable(): Boolean {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
override fun equals(other: Any?): Boolean {
|
override fun equals(other: Any?): Boolean {
|
||||||
if (this === other) return true
|
if (this === other) return true
|
||||||
if (other is DateItem) {
|
if (other is DateItem) {
|
||||||
|
Loading…
Reference in New Issue
Block a user