mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 13:59:48 +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
|
return messageStringInternal
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("NestedBlockDepth")
|
||||||
fun processEditMessageParameters(
|
fun processEditMessageParameters(
|
||||||
messageParameters: HashMap<String?, HashMap<String?, String?>>?,
|
messageParameters: HashMap<String?, HashMap<String?, String?>>?,
|
||||||
message: ChatMessage?,
|
message: ChatMessage?,
|
||||||
|
Loading…
Reference in New Issue
Block a user