We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FilterView.java -255 show(); 第一次点击filterTab再点击另一个Tab不走测量方法 panelHeight = llContentListView.getHeight(); 导致这个高度还是第一个fiterView的高度; 第二个filterView收起来的时候用的高度是第一个filterView的高度 如果第二个filterView高度>第一个filterView高度 那就导致第二个filterView没有完全收起
修改:把 259行的else if (!isShowing) {}去掉就行了
The text was updated successfully, but these errors were encountered:
标题栏可以点击穿透到下面的控件
Sorry, something went wrong.
No branches or pull requests
FilterView.java
-255 show();
第一次点击filterTab再点击另一个Tab不走测量方法
panelHeight = llContentListView.getHeight();
导致这个高度还是第一个fiterView的高度;
第二个filterView收起来的时候用的高度是第一个filterView的高度
如果第二个filterView高度>第一个filterView高度
那就导致第二个filterView没有完全收起
修改:把 259行的else if (!isShowing) {}去掉就行了
The text was updated successfully, but these errors were encountered: