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

Unnecessary data request when restoring instance state #33

Closed
franciscojunior opened this issue Nov 26, 2016 · 0 comments
Closed

Unnecessary data request when restoring instance state #33

franciscojunior opened this issue Nov 26, 2016 · 0 comments

Comments

@franciscojunior
Copy link
Owner

When the app instance state is being restored, inside onRestoreInstanceState(), many requests to get filtered data are being made.

Those calls are made by the callback in the cardsfilter widget. This callback is invoked for each change in the checkboxes used for filtering. And those checkboxes are changed when their state is being restored from a previous instance.

@franciscojunior franciscojunior added this to the v2.0-beta.2 milestone Nov 26, 2016
@franciscojunior franciscojunior changed the title Unecessary data request when restoring instance state Unnecessary data request when restoring instance state Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant