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:
+2
-2
@@ -54,11 +54,11 @@ class MockLiveLocationSharingViewerService: LiveLocationSharingViewerServiceProt
|
||||
return "@alice:matrix.org" == userId
|
||||
}
|
||||
|
||||
func startListenningLiveLocationUpdates() {
|
||||
func startListeningLiveLocationUpdates() {
|
||||
|
||||
}
|
||||
|
||||
func stopListenningLiveLocationUpdates() {
|
||||
func stopListeningLiveLocationUpdates() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user