mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Suppress Linter since performOnCLick is called within touch event implementation
... else it would be called twice -> false-positive Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
eaf12ef4b5
commit
36744542e6
1 changed files with 1 additions and 0 deletions
|
@ -516,6 +516,7 @@ class ChatController(args: Bundle) :
|
|||
currentConversation?.type == Conversation.ConversationType
|
||||
.ROOM_TYPE_ONE_TO_ONE_CALL
|
||||
|
||||
@SuppressLint("ClickableViewAccessibility")
|
||||
@Suppress("Detekt.TooGenericExceptionCaught")
|
||||
override fun onViewBound(view: View) {
|
||||
Log.d(TAG, "onViewBound: " + System.identityHashCode(this).toString())
|
||||
|
|
Loading…
Reference in a new issue