advising sim issue

This commit is contained in:
Mauro Romito
2026-03-06 15:24:16 +01:00
committed by Mauro
parent 219c5676b1
commit 5642841712

View File

@@ -73,6 +73,7 @@ struct LocationSharingScreenViewState: BindableState {
}
var isLocationLoading: Bool {
// May not work as intended on simulator
!bindings.hasLoadedUserLocation && bindings.isLocationAuthorized != false
}