Commit f4dc6a53 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove autoscroll to bottom on new messages

parent 7db7a3ae
......@@ -168,9 +168,6 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiFragment.EmojiKeyboardLi
}
}
adapter.addDataSet(dataSet)
if (adapter.itemCount > 0) {
recycler_view.scrollToPosition(0)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment