Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

java.lang.IllegalArgumentException com.richpathanimator.RichPathAnimator$1.onAnimationEnd #48

Open
buivanlan opened this issue Apr 1, 2019 · 0 comments

Comments

@buivanlan
Copy link

buivanlan commented Apr 1, 2019

some device error with
image
when i `call:

`
final RichPath[] allPaths = notificationsRichPathView.findAllRichPaths();
RichPathAnimator.animate(allPaths)
.trimPathEnd(0, 1)
.duration(1000)
.thenAnimate(allPaths)
.interpolator(new AccelerateInterpolator())
.animationListener(new AnimationListener() {
@OverRide
public void onStart() {

                }

                @Override
                public void onStop() {
                    if (getView() != null) {
                        Navigation.findNavController(getView()).navigate(R.id.action_splashFragment_to_homeFragment2);
                    }
                }
            })
            .start();``

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant