LiveLocationSharingViewer: Handle map credits action sheet.

This commit is contained in:
SBiOSoftWhare
2022-07-11 14:44:30 +02:00
parent 4303b6b58b
commit 3b748d7630
3 changed files with 19 additions and 3 deletions
@@ -69,6 +69,8 @@ class LiveLocationSharingViewerViewModel: LiveLocationSharingViewerViewModelType
self.highlighAnnotation(with: userId)
case .share(let userLocationAnnotation):
completion?(.share(userLocationAnnotation.coordinate))
case .mapCreditsDidTap:
state.bindings.showMapCreditsSheet.toggle()
}
}