mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
update after rebase, lower detekt score
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7372d108a7
commit
db231ed12b
@ -463,7 +463,7 @@ class ChatController(args: Bundle) :
|
||||
)
|
||||
|
||||
val itemTouchHelper = ItemTouchHelper(messageSwipeController)
|
||||
itemTouchHelper.attachToRecyclerView(messagesListView)
|
||||
itemTouchHelper.attachToRecyclerView(binding.messagesListView)
|
||||
}
|
||||
|
||||
layoutManager = binding.messagesListView.layoutManager as LinearLayoutManager?
|
||||
|
@ -1,5 +1,5 @@
|
||||
build:
|
||||
maxIssues: 264
|
||||
maxIssues: 202
|
||||
weights:
|
||||
# complexity: 2
|
||||
# LongParameterList: 1
|
||||
|
Loading…
Reference in New Issue
Block a user