mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
MESSENGER-5379 dynamic location attribution from style.json
This commit is contained in:
+3
@@ -25,6 +25,7 @@ enum StaticLocationViewingViewAction {
|
||||
case share
|
||||
case mapCreditsDidTap
|
||||
case showUserLocation
|
||||
case showMapCredit(mapAttribution: LocationSharingAttribution)
|
||||
}
|
||||
|
||||
enum StaticLocationViewingViewModelResult {
|
||||
@@ -60,6 +61,8 @@ struct StaticLocationViewingViewState: BindableState {
|
||||
let errorSubject = PassthroughSubject<LocationSharingViewError, Never>()
|
||||
|
||||
var bindings = StaticLocationViewingViewBindings()
|
||||
|
||||
var attribution = LocationSharingAttribution()
|
||||
}
|
||||
|
||||
struct StaticLocationViewingViewBindings {
|
||||
|
||||
Reference in New Issue
Block a user