etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Fix for "NPE onSizeChanged" #41 #91

Closed ajpolt closed 10 years ago

ajpolt commented 10 years ago

A significant number of my users have crashed due to this issue. This should fix the NPE.

ajpolt commented 10 years ago

Just FYI, this fix has been in my app for almost a month, with no crashes.

denizmveli commented 10 years ago

Hi @ajpolt - looking at this now