mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-05 21:07:35 +01:00
do not allow selecting the thread date time label
This commit is contained in:
parent
a9ba3ada0c
commit
4c66a31370
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user