1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-07-11 14:54:09 +01:00

Fix fluent scrolling in participants list

fix 

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-03-30 14:48:35 +02:00
parent e359db66ec
commit 8361a97ee9
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -425,7 +425,7 @@ class ConversationInfoActivity :
binding.recyclerView.layoutManager = layoutManager binding.recyclerView.layoutManager = layoutManager
binding.recyclerView.setHasFixedSize(true) binding.recyclerView.setHasFixedSize(true)
binding.recyclerView.adapter = adapter binding.recyclerView.adapter = adapter
binding.recyclerView.isNestedScrollingEnabled = false
adapter!!.addListener(this) adapter!!.addListener(this)
} }