Skip to content

Commit

Permalink
update stickview
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed Feb 21, 2020
1 parent 084004e commit 05d2084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class StickyHeaderHandler {
public static final int TYPE_STICKY_VIEW = 0x001;

private static final int INVALID_POSITION = -1;
public static final int NO_ELEVATION = -1;
public static final int DEFAULT_ELEVATION = 5;
static final int NO_ELEVATION = -1;
static final int DEFAULT_ELEVATION = 5;

private final RecyclerView mRecyclerView;
private RecyclerView.ViewHolder currentViewHolder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public StickyLinearLayoutManager(Context context, BaseByRecyclerViewAdapter head

public StickyLinearLayoutManager(Context context, int orientation, boolean reverseLayout, BaseByRecyclerViewAdapter headerProvider) {
super(context, orientation, reverseLayout);

this.mHeaderProvider = headerProvider;
}

Expand Down

0 comments on commit 05d2084

Please sign in to comment.