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

Add updateEmptyStatus() in setAdapter() method #109

Open lzanita09 opened 10 years ago

lzanita09 commented 10 years ago

The setAdapter(ListAdapter adapter) method should also update empty status, otherwise if it is called later, the items won't be shown as the StaggeredGridView is in Visibility.GONE.