Skip to content

Commit

Permalink
Update OmegaRecyclerView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-knyazev authored Apr 4, 2019
1 parent f6c99d5 commit eb41b52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,12 @@ public ViewHolder(View itemView) {
super(itemView);
}

protected final <T extends View> T findViewById(int id) {
public final <T extends View> T findViewById(int id) {
//noinspection unchecked
return (T) itemView.findViewById(id);
}

protected final Context getContext() {
public final Context getContext() {
return itemView.getContext();
}

Expand Down

0 comments on commit eb41b52

Please sign in to comment.