We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842a67e commit c5d5bf2Copy full SHA for c5d5bf2
1 file changed
src/EventEdition/LocationPanel.vala
@@ -242,10 +242,11 @@ public class Maya.View.EventEdition.LocationPanel : Gtk.Box {
242
});
243
244
} catch (Error e) {
245
+ /* Do NOT attempt a fallback. User intent is that they not be located.
246
+ * Attempting to locate anyway is perceived as a breach of consent
247
+ * https://github.com/elementary/calendar/issues/540
248
+ */
249
warning ("Failed to connect to GeoClue2 service: %s", e.message);
- // Fallback to timezone location
-
- compute_location.begin (ECal.util_get_system_timezone_location ());
250
return;
251
}
252
0 commit comments