Add focused location tracking when opening the map
This commit is contained in:
parent
0e9af5f42a
commit
537063d899
6 changed files with 28 additions and 16 deletions
|
|
@ -24,5 +24,7 @@ sealed interface ShowLocationMode : Parcelable {
|
|||
) : ShowLocationMode
|
||||
|
||||
@Parcelize
|
||||
data object Live : ShowLocationMode
|
||||
data class Live(
|
||||
val senderId: UserId
|
||||
) : ShowLocationMode
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue