merged element-ios 1.10.5 into 4409_basis_update_1_10_5

This commit is contained in:
Arnfried Griesert
2023-03-16 12:19:26 +01:00
168 changed files with 2451 additions and 850 deletions
@@ -23,7 +23,8 @@ import Foundation
enum StaticLocationViewingViewAction {
case close
case share
case mapCreditsDidTap
// case mapCreditsDidTap // $$$ 1.10.5 does not have this enum case
case showUserLocation
}
enum StaticLocationViewingViewModelResult {
@@ -43,6 +44,9 @@ struct StaticLocationViewingViewState: BindableState {
/// Shared annotation to display existing location
let sharedAnnotation: LocationAnnotation
/// Behavior mode of the current user's location, can be hidden, only shown and shown following the user
var showsUserLocationMode: ShowUserLocationMode = .hide
var showLoadingIndicator = false
var shareButtonEnabled: Bool {