mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Secure list while sending the location.
This commit is contained in:
parent
dbb43fe046
commit
e0d59efd86
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class LocationSharingService : VectorService(), LocationTracker.Callback {
|
|||
Timber.i("### LocationSharingService.onLocationUpdate. Uncertainty: ${locationData.uncertainty}")
|
||||
|
||||
// Emit location update to all rooms in which live location sharing is active
|
||||
roomArgsList.forEach { roomArg ->
|
||||
roomArgsList.toList().forEach { roomArg ->
|
||||
sendLiveLocation(roomArg.roomId, locationData)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue