5982: Rename action

This commit is contained in:
MaximeE
2022-04-12 11:48:02 +02:00
parent 9fa815cf8f
commit b1356d7e6c
5 changed files with 10 additions and 10 deletions
@@ -67,7 +67,7 @@ final class StaticLocationViewingCoordinator: Coordinator, Presentable {
guard let self = self else { return }
MXLog.debug("[StaticLocationSharingViewerCoordinator] StaticLocationSharingViewerViewModel did complete with result: \(result).")
switch result {
case .cancel:
case .close:
self.completion?()
case .share(let coordinate):
self.presentLocationActivityController(with: coordinate)