Closed brastolfo closed 9 years ago
Memory Leak caused by the adapter of the VerticalGridView
The solution is deallocate the adapter in the OnDestroyView method of RowsFragment
getVerticalGridView().setAdapter(null);
Thanks for reporting it. Can you open a PR?
Merged https://github.com/dextorer/Sofa/pull/7
Memory Leak caused by the adapter of the VerticalGridView
The solution is deallocate the adapter in the OnDestroyView method of RowsFragment
getVerticalGridView().setAdapter(null);