suppress nested block depth warning

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-06-23 19:36:23 +02:00
parent 172866160b
commit b7cb47ee25
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -159,6 +159,7 @@ class MessageUtils(val context: Context) {
return messageStringInternal
}
@Suppress("NestedBlockDepth")
fun processEditMessageParameters(
messageParameters: HashMap<String?, HashMap<String?, String?>>?,
message: ChatMessage?,