Skip to content

Commit 983f547

Browse files
author
CNCoderX
committed
.
1 parent 4da93fb commit 983f547

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/src/main/java/com/cncoderx/recyclerviewhelper/utils/LoadingView.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public void show() {
4141
public void hidden() {
4242
mState = STATE_HIDDEN;
4343
view.setVisibility(View.GONE);
44-
45-
ViewGroup.LayoutParams lParams = view.getLayoutParams();
46-
lParams.height = 0;
47-
view.setLayoutParams(lParams);
4844
}
4945

5046
@Override

0 commit comments

Comments
 (0)