-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user to toggle Always/WhenNearby button before turning Share My Location on #4876
Comments
This was brought up in a voice call meeting and I wanna add (my interpretation of) some things that were said at the meeting. Terminology: There are two sliders in the screenshot: SML (Share My Location) and AWN (Always / When Nearby). Enabling the SML slider instantly triggers Always sharing. This results in:
This is fine if the user wanted to enable Always sharing. However, if the user wanted to enable Nearby sharing, there's no way to do it without also triggering Always sharing (and hence, also 1 and 2). Let's consider an average user who wanted to enable Nearby sharing (and they aren't in 'nearby' range). They would enable the SML slider, and then change the AWN slider to Nearby. However, 1 and 2 would have happened, and their location has been propagated to the watcher DESPITE that they are not in 'nearby' range. This is a location/privacy leak. And potentially quite serious. |
This is more of a design issue than a coding issue. You're probably best placed to be the first responder for this ticket. Assigning to you for now (until it moves to coding stage). |
Have you had a chance to look into this issue? |
@bengtan Yes, let's move forward with this ticket. I think this is a good solution for now. |
Hmmm ... if we allow the AWN slider to be toggled regardless of the state of the SML slider ... I think it could still mislead users (who want to share When Nearby) into accidentally, momentarily, sharing Always. Could we change this into a tri-state control? ie. choose between Not sharing/Always/When Nearby? (Text labels are not final.) |
I'm not sure I understand the issue. If the user has the SML slider off and slides the AWN slider, it shouldn't affect their current sharing status (which is off). I think we will eventually move to a tri-state control in this version (https://zpl.io/b67vQOy) correct? |
It's not something definite, more like a feeling that it's not ideal. Let me explain. I think the following scenario could happen for some proportion of (naive?) users: If the controls are in the following states: SML=off, AWN=Always, and if the user wants to share Nearby, then some users might set the SML switch first (since it is on top) ie.
However, by doing 1 (and before doing 2), the user is momentarily sharing Always and their location would have been exposed. I'm not saying that this will always happen for all users. I'm saying that ... due to the design and placement of the controls, we are indirectly encouraging this to happen.
Fair enough. Moving to a tri-state control alleviates my concern. So I don't/won't need to push strongly for my argument then. |
Current implementation: User is unable to toggle between Always/When Nearby when Share My Location is turned off.
The text was updated successfully, but these errors were encountered: