suppress string format invalid

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-11-08 17:26:13 +01:00
parent 17e105b09c
commit 00632e5d70
No known key found for this signature in database
GPG key ID: F7AA2A8B65B50220

View file

@ -1327,7 +1327,7 @@ class ConversationInfoActivity :
}
}
@SuppressLint("CheckResult")
@SuppressLint("CheckResult", "StringFormatInvalid")
override fun onItemClick(view: View?, position: Int): Boolean {
if (!ConversationUtils.canModerate(conversation!!, spreedCapabilities)) {
return true