LocationSharingView: Handle map credits action sheet.

This commit is contained in:
SBiOSoftWhare
2022-07-11 14:43:40 +02:00
parent edef19f99f
commit 4303b6b58b
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()
}
}