Skip to content

Commit

Permalink
set visibility from ActivityViewHeaderHolder back to protected
Browse files Browse the repository at this point in the history
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AlexNi245 authored and AndyScherzinger committed Aug 20, 2019
1 parent 7a30070 commit 9012f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void setupContent() {
LinearLayoutManager layoutManager = new LinearLayoutManager(this);

recyclerView.setLayoutManager(layoutManager);
recyclerView.addItemDecoration(new ActivityListItemDecoration( adapter));
recyclerView.addItemDecoration(new ActivityListItemDecoration(adapter));
recyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ protected class ActivityViewHolder extends RecyclerView.ViewHolder {
}
}

public class ActivityViewHeaderHolder extends RecyclerView.ViewHolder {
protected class ActivityViewHeaderHolder extends RecyclerView.ViewHolder {

private final TextView title;

Expand Down

0 comments on commit 9012f43

Please sign in to comment.