mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
LiveLocationSharingViewerService: Fix typo.
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ class LiveLocationSharingViewerViewModel: LiveLocationSharingViewerViewModelType
|
||||
liveLocationSharingViewerService.didUpdateUsersLiveLocation = { [weak self] liveLocations in
|
||||
self?.update(with: liveLocations, highlightFirstLocation: false)
|
||||
}
|
||||
self.liveLocationSharingViewerService.startListenningLiveLocationUpdates()
|
||||
self.liveLocationSharingViewerService.startListeningLiveLocationUpdates()
|
||||
}
|
||||
|
||||
private func updateUsersLiveLocation(highlightFirstLocation: Bool) {
|
||||
|
||||
Reference in New Issue
Block a user