mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-20 11:15:02 +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)
|
.into(view.recyclerView)
|
||||||
|
|
||||||
|
adapter.setAutoScrollMode(Adapter.AUTOSCROLL_POSITION_0, true)
|
||||||
|
|
||||||
view.apply {
|
view.apply {
|
||||||
recyclerView.initRecyclerView(SmoothScrollLinearLayoutManager(activity), adapter, false)
|
recyclerView.initRecyclerView(SmoothScrollLinearLayoutManager(activity), adapter, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user