dextorer / Sofa

A library for Android TV that extends the Leanback library functionalities
Other
148 stars 34 forks source link

Memory Leak #6

Closed brastolfo closed 9 years ago

brastolfo commented 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);

dextorer commented 9 years ago

Thanks for reporting it. Can you open a PR?

dextorer commented 9 years ago

Merged https://github.com/dextorer/Sofa/pull/7