mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
format code
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
20a8a38764
commit
e40f3675c7
@ -30,7 +30,8 @@ class ChatUtils {
|
||||
if (individualHashMap != null) {
|
||||
val type = individualHashMap["type"]
|
||||
resultMessage = if (type == "user" || type == "guest" || type == "call" || type == "email" ||
|
||||
type == "circle") {
|
||||
type == "circle"
|
||||
) {
|
||||
resultMessage?.replace("{$key}", "@" + individualHashMap["name"])
|
||||
} else if (type == "geo-location") {
|
||||
individualHashMap["name"]
|
||||
|
Loading…
Reference in New Issue
Block a user