WaveView
WaveView copied to clipboard
Compatibility issue with build version lollipop and below
Causing crash with devices below 5.1
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(); } }