Use "Shared live location" in formatter
This commit is contained in:
parent
704ddc9132
commit
6b933b6506
3 changed files with 10 additions and 3 deletions
|
|
@ -117,7 +117,7 @@ class DefaultRoomLatestEventFormatter(
|
|||
message.prefixIfNeeded(senderDisambiguatedDisplayName, isDmRoom, isOutgoing)
|
||||
}
|
||||
is LiveLocationContent -> {
|
||||
val message = sp.getString(CommonStrings.common_shared_location)
|
||||
val message = sp.getString(CommonStrings.common_shared_live_location)
|
||||
message.prefixIfNeeded(senderDisambiguatedDisplayName, isDmRoom, isOutgoing)
|
||||
}
|
||||
is LegacyCallInviteContent -> sp.getString(CommonStrings.common_unsupported_call)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue