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:
Andy Scherzinger 2022-12-29 18:17:38 +01:00
parent eaf12ef4b5
commit 36744542e6
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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())