mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
merged element-ios 1.10.5 into 4409_basis_update_1_10_5
This commit is contained in:
+5
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user