updating commons + the new fastscroller handling
This commit is contained in:
parent
95fbe59ac8
commit
70a6e701dc
8 changed files with 27 additions and 35 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue