Skip to content
Snippets Groups Projects
Commit d6e03589 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Remove unnecessary code

parent d4a1192a
No related branches found
No related tags found
No related merge requests found
...@@ -162,9 +162,6 @@ class MessageListFragment : ServiceBoundFragment() { ...@@ -162,9 +162,6 @@ class MessageListFragment : ServiceBoundFragment() {
messageList.layoutManager = linearLayoutManager messageList.layoutManager = linearLayoutManager
messageList.itemAnimator = null messageList.itemAnimator = null
messageList.setItemViewCacheSize(20) messageList.setItemViewCacheSize(20)
messageList.addItemDecoration(object : RecyclerView.ItemDecoration() {
})
var isScrolling = false var isScrolling = false
messageList.addOnScrollListener( messageList.addOnScrollListener(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment