diff --git a/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift b/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift index 48c878370..156fe155b 100644 --- a/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift +++ b/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift @@ -73,6 +73,7 @@ struct LocationSharingScreenViewState: BindableState { } var isLocationLoading: Bool { + // May not work as intended on simulator !bindings.hasLoadedUserLocation && bindings.isLocationAuthorized != false }