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

使用状态栏沉浸的情况下,调用hide方法,会在状态栏左上角看见hide动画 #57

Open
PassQ opened this issue Nov 9, 2017 · 1 comment

Comments

@PassQ
Copy link

PassQ commented Nov 9, 2017

使用状态栏沉浸的情况下,调用hide方法,会在状态栏左上角看见hide动画,这个BUG能修改么

@pxfile
Copy link

pxfile commented Dec 21, 2018

因为int[] screenPoint = new int[2];
getLocationOnScreen(screenPoint);
值为0,只需要这样调用
view.post(() -> {
badgeView.hide(true);
});
就可以正常显示小红点的hide动画了

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