MESSENGER-4008 add clickable copyright to staticlocationview

This commit is contained in:
Frank Rotermund
2023-01-04 08:29:53 +01:00
parent 0e5570935d
commit de98fa3ea5
4 changed files with 67 additions and 1 deletions
@@ -23,6 +23,7 @@ import Foundation
enum StaticLocationViewingViewAction {
case close
case share
case mapCreditsDidTap
}
enum StaticLocationViewingViewModelResult {
@@ -59,4 +60,5 @@ struct StaticLocationViewingViewState: BindableState {
struct StaticLocationViewingViewBindings {
var alertInfo: AlertInfo<LocationSharingAlertType>?
var showMapCreditsSheet = false
}