Add focused location tracking when opening the map
This commit is contained in:
parent
5f3226107a
commit
f6eeea2134
6 changed files with 28 additions and 16 deletions
|
|
@ -571,7 +571,7 @@ class MessagesFlowNode(
|
|||
}
|
||||
is TimelineItemLocationContent -> {
|
||||
val mode = when(event.content.mode){
|
||||
is TimelineItemLocationContent.Mode.Live -> ShowLocationMode.Live
|
||||
is TimelineItemLocationContent.Mode.Live -> ShowLocationMode.Live(event.senderId)
|
||||
is TimelineItemLocationContent.Mode.Static -> ShowLocationMode.Static(
|
||||
location = event.content.mode.location,
|
||||
senderName = event.safeSenderName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue