LiveLocationSharingViewerService: Fix typo.

This commit is contained in:
SBiOSoftWhare
2022-05-04 15:52:45 +02:00
parent f74ee5aaf7
commit dadaff585b
3 changed files with 6 additions and 6 deletions
@@ -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) {