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

Persist selected photos on Activity restart. #19

Closed
jaydeepw opened this issue Nov 26, 2014 · 1 comment
Closed

Persist selected photos on Activity restart. #19

jaydeepw opened this issue Nov 26, 2014 · 1 comment
Labels

Comments

@jaydeepw
Copy link
Owner

We can resort to using onSaveInstanceState to save the selected images when the activity restarts due to changes in the orientation but we will have to save the HashSet of the images there which cannot be done via the API.

We need to save such things using DB within the app and restore this data when the activity restarts.

@jaydeepw jaydeepw added the bug label Nov 26, 2014
@jaydeepw
Copy link
Owner Author

jaydeepw commented Jan 4, 2015

fix in 1.0.10

@jaydeepw jaydeepw closed this as completed Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant