|
@@ -758,7 +758,7 @@ public class FgtSmallSheep extends BaseFragment implements SmallSheepContract.Vi
|
|
|
public void onScrollChange(NestedScrollView nestedScrollView, int i, int i1, int i2, int i3) {
|
|
public void onScrollChange(NestedScrollView nestedScrollView, int i, int i1, int i2, int i3) {
|
|
|
listTitle.getLocationInWindow(locate);
|
|
listTitle.getLocationInWindow(locate);
|
|
|
if (locate[1] < 0 && titleCardLayout.getVisibility() == View.GONE) {
|
|
if (locate[1] < 0 && titleCardLayout.getVisibility() == View.GONE) {
|
|
|
- titleCardLayout.setVisibility(View.VISIBLE);
|
|
|
|
|
|
|
+// titleCardLayout.setVisibility(View.VISIBLE);
|
|
|
} else if (locate[1] > 20 && titleCardLayout.getVisibility() == View.VISIBLE) {
|
|
} else if (locate[1] > 20 && titleCardLayout.getVisibility() == View.VISIBLE) {
|
|
|
titleCardLayout.setVisibility(View.GONE);
|
|
titleCardLayout.setVisibility(View.GONE);
|
|
|
}
|
|
}
|
|
@@ -1332,6 +1332,9 @@ public class FgtSmallSheep extends BaseFragment implements SmallSheepContract.Vi
|
|
|
//停止滚动
|
|
//停止滚动
|
|
|
homepageItemNoticeMv.stopFlipping();
|
|
homepageItemNoticeMv.stopFlipping();
|
|
|
}
|
|
}
|
|
|
|
|
+ if(titleCardLayout != null){
|
|
|
|
|
+ titleCardLayout.setVisibility(View.GONE);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private void invite(final List<MoreDataEntity> moreDataEntityList) {
|
|
private void invite(final List<MoreDataEntity> moreDataEntityList) {
|