mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Fix fluent scrolling in participants list
fix #1833 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
e359db66ec
commit
8361a97ee9
@ -425,7 +425,7 @@ class ConversationInfoActivity :
|
||||
binding.recyclerView.layoutManager = layoutManager
|
||||
binding.recyclerView.setHasFixedSize(true)
|
||||
binding.recyclerView.adapter = adapter
|
||||
|
||||
binding.recyclerView.isNestedScrollingEnabled = false
|
||||
adapter!!.addListener(this)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user