Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop anim会在最后一帧之前调用 #16

Closed
nickeyfff opened this issue Nov 20, 2018 · 1 comment
Closed

stop anim会在最后一帧之前调用 #16

nickeyfff opened this issue Nov 20, 2018 · 1 comment

Comments

@nickeyfff
Copy link

会导致sleep的时候, 这个线程被杀,然后报异常

W/System.err: java.lang.InterruptedException
W/System.err: at java.lang.Thread.sleep(Native Method)
at java.lang.Thread.sleep(Thread.java:1031)
at java.lang.Thread.sleep(Thread.java:985)
at com.yuyashuai.silkyanimation.SilkyAnimation$MyCallBack$1.run(SilkyAnimation.java:822)

@yuyashuai
Copy link
Owner

是的,这个问题存在,修改控制位后并没有手动在线程中停止,接下来会改掉,谢谢!

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

No branches or pull requests

2 participants