Disable live location sharing for now (nothing done)

This commit is contained in:
ganfra
2026-03-12 12:40:10 +01:00
parent fb775833c7
commit 089b0cd847

View File

@@ -126,7 +126,7 @@ class ShareLocationPresenter(
dialogState = dialogState,
trackUserLocation = trackUserPosition,
hasLocationPermission = permissionsState.isAnyGranted,
canShareLiveLocation = isLiveLocationSharingEnabled,
canShareLiveLocation = false,
appName = appName,
eventSink = ::handleEvent,
)