Fixed being able to swipe update headers

pull/3372/head
Jay 4 years ago
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…
Cancel
Save