mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +01:00
Improve autoscroll a bit
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
7a24b111a0
commit
763752890b
@ -91,6 +91,7 @@ class ConversationsListView : BaseView() {
|
||||
})
|
||||
.into(view.recyclerView)
|
||||
|
||||
adapter.setAutoScrollMode(Adapter.AUTOSCROLL_POSITION_0, true)
|
||||
|
||||
view.apply {
|
||||
recyclerView.initRecyclerView(SmoothScrollLinearLayoutManager(activity), adapter, false)
|
||||
|
Loading…
Reference in New Issue
Block a user