updating commons + the new fastscroller handling

This commit is contained in:
tibbi 2021-11-27 19:35:30 +01:00
parent 95fbe59ac8
commit 70a6e701dc
8 changed files with 27 additions and 35 deletions

View file

@ -277,7 +277,7 @@ class ThreadActivity : SimpleActivity() {
runOnUiThread {
val currAdapter = thread_messages_list.adapter
if (currAdapter == null) {
ThreadAdapter(this, threadItems, thread_messages_list, thread_messages_fastscroller) {
ThreadAdapter(this, threadItems, thread_messages_list) {
(it as? ThreadError)?.apply {
thread_type_message.setText(it.messageText)
}