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

Memory Leak #6

Closed
brastolfo opened this issue Sep 25, 2015 · 2 comments
Closed

Memory Leak #6

brastolfo opened this issue Sep 25, 2015 · 2 comments

Comments

@brastolfo
Copy link
Contributor

Memory Leak caused by the adapter of the VerticalGridView

The solution is deallocate the adapter in the OnDestroyView method of RowsFragment

getVerticalGridView().setAdapter(null);

@dextorer
Copy link
Owner

Thanks for reporting it. Can you open a PR?

@dextorer
Copy link
Owner

Merged #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants