Add focused location tracking when opening the map
This commit is contained in:
+3
-1
@@ -24,5 +24,7 @@ sealed interface ShowLocationMode : Parcelable {
|
||||
) : ShowLocationMode
|
||||
|
||||
@Parcelize
|
||||
data object Live : ShowLocationMode
|
||||
data class Live(
|
||||
val senderId: UserId
|
||||
) : ShowLocationMode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user