We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1af7d commit 4bd5ce4Copy full SHA for 4bd5ce4
android-support/src/main/java/co/bxvip/refresh/BxRefreshLayout.java
@@ -602,6 +602,12 @@ public void setHeaderView(final IHeaderView headerView) {
602
}
603
604
public void hideRefreshLayout() {
605
+ isOverScrollTopShow = false;
606
+ isOverScrollBottomShow = false;
607
+ setMaxHeadHeight(mOverScrollHeight);
608
+ setHeaderHeight(mOverScrollHeight);
609
+ setMaxBottomHeight(mOverScrollHeight);
610
+ setBottomHeight(mOverScrollHeight);
611
if (mHeadLayout != null) mHeadLayout.setVisibility(GONE);
612
if (mBottomLayout != null) mBottomLayout.setVisibility(GONE);
613
0 commit comments