Live location : start collecting live location

This commit is contained in:
ganfra 2026-04-03 18:21:37 +02:00
parent 969460d3da
commit 22bfb7feb6
8 changed files with 295 additions and 49 deletions

View file

@ -19,6 +19,4 @@ data class LiveLocationShare(
val lastGeoUri: String,
/** The timestamp of the last location update. */
val lastTimestamp: Long,
/** Whether the live location share is still active. */
val isLive: Boolean,
)