commit | b87d5fd16f33cd57f5ac68f110ac48946cd9d841 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Fri Apr 07 11:29:07 2017 -0700 |
committer | Chris Craik <ccraik@google.com> | Tue Apr 11 11:05:04 2017 -0700 |
tree | b6986421b8bdc9229202766b9430897c3a29ba4f | |
parent | fed4f9c76a9d3cf98ad37fd3b1ea37fc4d94b7be [diff] |
Clear child animations before removal Fixes: 36650711 Bug: 37223437 Test: None, unsupported behavior. Prevents a case where an itemview with an android.view.animation.Animation defers its detach. The detach can be deferred so far that RecyclerView adds it back first, causing the child to see the invalid sequence: attach, attach, detatch, detatch. Change-Id: I27c75b35110fb6521ddb7ab3cf3e271128bb3069