Disable live location sharing for now (nothing done)
This commit is contained in:
parent
fb775833c7
commit
089b0cd847
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ShareLocationPresenter(
|
||||||
dialogState = dialogState,
|
dialogState = dialogState,
|
||||||
trackUserLocation = trackUserPosition,
|
trackUserLocation = trackUserPosition,
|
||||||
hasLocationPermission = permissionsState.isAnyGranted,
|
hasLocationPermission = permissionsState.isAnyGranted,
|
||||||
canShareLiveLocation = isLiveLocationSharingEnabled,
|
canShareLiveLocation = false,
|
||||||
appName = appName,
|
appName = appName,
|
||||||
eventSink = ::handleEvent,
|
eventSink = ::handleEvent,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue