Skip to content

发现一个问题 #22

Description

@nextmrwang

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions