From 2e5a6fc738c6c5dd14e943bf7d9e79f173163732 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 6 Dec 2021 16:53:39 +0200 Subject: [PATCH] Allow sharing manual location without giving location permission (#7295) --- src/components/views/location/LocationPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/location/LocationPicker.tsx b/src/components/views/location/LocationPicker.tsx index 3c22d06345..01120b97d9 100644 --- a/src/components/views/location/LocationPicker.tsx +++ b/src/components/views/location/LocationPicker.tsx @@ -249,7 +249,7 @@ class LocationPicker extends React.Component { + primaryDisabled={!this.state.position && !this.state.manualPosition} />