TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Check for null adapater in onAdapterChanged. #149

Closed au-phiware closed 8 years ago

au-phiware commented 8 years ago

It is a common practice to set a view's adapter to be null onDestroy in an effort to clean up resources.

TonicArtos commented 8 years ago

Hi, this is handled on branch version5. I won't be merging any changes to version4.