update after rebase, lower detekt score

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-06-08 23:26:09 +02:00
parent 7372d108a7
commit db231ed12b
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -1,5 +1,5 @@
build:
maxIssues: 264
maxIssues: 202
weights:
# complexity: 2
# LongParameterList: 1