mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-26 23:20:19 +01:00
suppress nested block depth warning
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
172866160b
commit
b7cb47ee25
@ -159,6 +159,7 @@ class MessageUtils(val context: Context) {
|
||||
return messageStringInternal
|
||||
}
|
||||
|
||||
@Suppress("NestedBlockDepth")
|
||||
fun processEditMessageParameters(
|
||||
messageParameters: HashMap<String?, HashMap<String?, String?>>?,
|
||||
message: ChatMessage?,
|
||||
|
Loading…
Reference in New Issue
Block a user