TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 441 forks source link

Check to make sure we don't divide by 0 #92

Closed nbutton23 closed 10 years ago

nbutton23 commented 10 years ago

In StickyGridHeadersBaseAdapterWrapper -> unFilledSpacesInHeaderGroup if mNumColumns is equal to zero we will have a divide by 0 exception. If mNumColumns is zero we just return 0.