gabrielemariotti / RecyclerViewItemAnimators

An Android library which provides simple Item animations to RecyclerView items
3.04k stars 659 forks source link

Missing AnimatorCompatHelper.java file #16

Open zcwfeng opened 5 years ago

zcwfeng commented 5 years ago

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.