commit | 13a0acc0df34344c0b4fd4b494a64e7dcf195b56 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Wed Feb 17 11:31:15 2016 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Wed Feb 17 14:09:35 2016 -0800 |
tree | bf1bcf825c36e9f9695c10f686cfafb115362afc | |
parent | 408cb9f78c1bedffac5fabbc59c8cbf1932d3610 [diff] |
Handle gracefuly if changed items disappears This CL fixes a bug where if an Item is changed and also disappears in the same layout pass, RecyclerView would call both animation APIs which is a problem because it is designed to call only one animateXXX callback per ViewHolder. With this CL, it only calls animateChange but takes care of hiding the disappearing views. Bug: 27137909 Change-Id: I28e7a3c24e9cd0c8bf6790070b382830014e8987