Skip to content
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

Spinner's selected Item doesn't persist between activity lifecycle changes in services app #201

Closed
pawanharariya opened this issue Mar 14, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Services ODK-X Services

Comments

@pawanharariya
Copy link

The Sync option spinner's selected item is not saved when user navigates away from the activity. If some other value is selected for Sync Type the spinner's value is set to default when user comes backs to activity and user has to reselect the same option again.

Suppose the option Do Not Sync attachments is selected by the user.

before

After visiting the activity again option is set to default again i.e. Fully sync Attachments

after

Problem: If user has some preference of sync option it is not saved and user has to select desired option every time.
Solution: Selected option should be stored as user preference.
Advantage: Better User Experience.

If this is a valid issue, I would like to work upon it.

@wbrunette
Copy link
Member

@pawanharariya, I agree this would improve the user experience, so go ahead and implement and submit a PR for review.

@linl33
Copy link
Member

linl33 commented Mar 23, 2021

Fixed by odk-x/services#188

@linl33 linl33 closed this as completed Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Services ODK-X Services
Projects
None yet
Development

No branches or pull requests

3 participants