commit | ec60a348ce39889a99f7ca02da94a6867bfdf66f | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Thu Feb 12 17:47:42 2015 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Mon Mar 30 19:23:17 2015 +0000 |
tree | 3a5638fa90ff67dbe7577bbac245b262f7b3a9cc | |
parent | 0cdc226349a8ed360bc3114e8f8b9da0771c6b69 [diff] |
StaggeredGridLayoutManager gap handling bug fixes SGLM may fail to detect a gap if it is created for not having enough items while filling towards HEAD. Although it could be fixed by detecting the case and setting a flag, running a full gap check at the end of a post layout seems more stable. Bug: 18970779 Change-Id: Ie267092335ce74d315b4677af78c3adf3a98af61