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

发现一个问题 #22

Open
nextmrwang opened this issue Aug 17, 2018 · 1 comment
Open

发现一个问题 #22

nextmrwang opened this issue Aug 17, 2018 · 1 comment

Comments

@nextmrwang
Copy link

FilterView.java
-255 show();
第一次点击filterTab再点击另一个Tab不走测量方法
panelHeight = llContentListView.getHeight();
导致这个高度还是第一个fiterView的高度;
第二个filterView收起来的时候用的高度是第一个filterView的高度
如果第二个filterView高度>第一个filterView高度
那就导致第二个filterView没有完全收起

修改:把 259行的else if (!isShowing) {}去掉就行了

@nextmrwang
Copy link
Author

标题栏可以点击穿透到下面的控件

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