Skip to content

Commit

Permalink
make viewholder class public, so we can access inherited methods/prop…
Browse files Browse the repository at this point in the history
…erties from itemEvent
  • Loading branch information
doodeec committed Jun 7, 2017
1 parent bbe1a92 commit 527791d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public Observable<ViewEvent> onItemEvent() {
* Generic ViewHolder for the purposes of ObservableAdapter use
*/
@SuppressWarnings("unused")
static class ViewHolder<T> extends RecyclerView.ViewHolder {
public static class ViewHolder<T> extends RecyclerView.ViewHolder {

/**
* AutoCasts interface to {@link View} type
Expand Down

0 comments on commit 527791d

Please sign in to comment.