Open cp254 opened 5 years ago
error: Circular dependencies cannot exist in AnimatorSet at android.animation.AnimatorSet.sortNodes(AnimatorSet.java:917) at android.animation.AnimatorSet.end(AnimatorSet.java:359) at com.sbsafrica.cyclone.helper.WaveHelper.cancel(WaveHelper.java:81)
public void cancel() { if (mAnimatorSet != null) { mAnimatorSet.cancel(); // include also mAnimatorSet.end(); } }
Causing crash with devices below 5.1