mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-04-16 19:27:22 +02: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)
|
override fun getIsItemSelectable(position: Int) = !isThreadDateTime(position)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user