mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
format code
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
a1d7f9a5e0
commit
e71a1ec3f5
@ -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