LocationSharingView: Handle map credits action sheet.

This commit is contained in:
SBiOSoftWhare
2022-07-11 14:43:40 +02:00
parent 4da078f000
commit 77cf1ef1ce
3 changed files with 15 additions and 1 deletions
@@ -86,6 +86,8 @@ class LocationSharingViewModel: LocationSharingViewModelType, LocationSharingVie
case .userDidPan:
state.showsUserLocation = false
state.isPinDropSharing = true
case .mapCreditsDidTap:
state.bindings.showMapCreditsSheet.toggle()
}
}