Skip to content

Commit eb41b52

Browse files
Update OmegaRecyclerView.java
1 parent f6c99d5 commit eb41b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omegarecyclerviewlibs/src/main/java/com/omega_r/libs/omegarecyclerview/OmegaRecyclerView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,12 @@ public ViewHolder(View itemView) {
669669
super(itemView);
670670
}
671671

672-
protected final <T extends View> T findViewById(int id) {
672+
public final <T extends View> T findViewById(int id) {
673673
//noinspection unchecked
674674
return (T) itemView.findViewById(id);
675675
}
676676

677-
protected final Context getContext() {
677+
public final Context getContext() {
678678
return itemView.getContext();
679679
}
680680

0 commit comments

Comments
 (0)