commit | 5a9366fba5e26329bc9a988cfd2d43df980f2764 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon Jun 08 15:38:37 2015 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Mon Jun 08 15:40:10 2015 -0700 |
tree | 39e7beadf1b4b37180acefa69e0d20c595785380 | |
parent | d9d3addb4628537f68348d40346765b7f407cf79 [diff] |
Prioritize delete animation over move animation RecyclerView was running a move animation when an item is deleted but also moved. We should run delete animation instead to make sure proper callbacks arrive. In the future, this can be changed but for now, it is not LayoutManager's responsibility to move a deleted item so occurrences of a "deleted item being moved" can be ignored. Bug: 21639668 Change-Id: I5b1cfa37a7e5e7a2ef34d7cc76fbebc41907cf9a