Disable live location sharing for now (nothing done)

This commit is contained in:
ganfra 2026-03-12 12:40:10 +01:00
parent 96147967ac
commit d10c3db79e

View file

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