do not allow selecting the thread date time label
This commit is contained in:
parent
a9ba3ada0c
commit
4c66a31370
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ThreadAdapter(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getSelectableItemCount() = messages.size
|
override fun getSelectableItemCount() = messages.filter { it is Message }.size
|
||||||
|
|
||||||
override fun getIsItemSelectable(position: Int) = !isThreadDateTime(position)
|
override fun getIsItemSelectable(position: Int) = !isThreadDateTime(position)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue