Rishav Singla

Results 2 comments of Rishav Singla

i just implement null check condition for it nothing else On Fri, 5 Jul 2019 at 15:08, Gaurav Mandlik wrote: > @rishavsingla > > Same error here, got any solution?...

public void cancel() { if (mAnimatorSet != null) { mAnimatorSet.cancel(); // include also mAnimatorSet.end(); } }