From cc8ecc1fcacc9f91bd4bd2e9fef8f772085dc5c8 Mon Sep 17 00:00:00 2001 From: Flescio Date: Thu, 2 Mar 2023 11:24:25 +0100 Subject: [PATCH] Update RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift Co-authored-by: Alfonso Grillo --- .../LiveLocationSharingViewerViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift b/RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift index 5a6b2b7269..6a3931b581 100644 --- a/RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift +++ b/RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift @@ -214,7 +214,7 @@ class LiveLocationSharingViewerViewModel: LiveLocationSharingViewerViewModelType /* if the map is currently following the current user's location, we want to switch back to only showing the marker, - so the the highlited shared location can be centered + so the the highlighted shared location can be centered */ if state.showsUserLocationMode == .follow { state.showsUserLocationMode = .show