maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.64k stars 664 forks source link

Adapter null check on every access in onTouchEvent() #56

Closed marcosalis closed 11 years ago

marcosalis commented 11 years ago

A previous pull request performed a null check only in one of the three accesses to the instance variable 'mAdapter' in the onTouchEvent() method, which can be null when a touch event occurs.

briangriffey commented 11 years ago

Thanks!