RecyclerViewItemAnimators icon indicating copy to clipboard operation
RecyclerViewItemAnimators copied to clipboard

Missing AnimatorCompatHelper.java file

Open zcwfeng opened this issue 5 years ago • 0 comments

private void resetAnimation(RecyclerView.ViewHolder holder) { // TODO: 2019-08-23 missing file // AnimatorCompatHelper.clearInterpolator(holder.itemView); endAnimation(holder); }

Lost the file ‘AnimatorCompatHelper’, I removed this line and the test works fine.

zcwfeng avatar Aug 23 '19 09:08 zcwfeng