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

弹窗的消失时间应该设置的是1秒,为什么改成0.5秒,不执行呢? #26

Open
mls1454001840 opened this issue Jul 4, 2017 · 0 comments

Comments

@mls1454001840
Copy link

private void scheduleDismiss() {
mHandler.removeCallbacksAndMessages(null);
mHandler.sendEmptyMessageDelayed(0, 1000);
}

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

1 participant