Skip to content

Commit

Permalink
Made TweetViewHolder public
Browse files Browse the repository at this point in the history
Change-Id: Iad4f683dd134001e62e988e192c4e51171cb014e
  • Loading branch information
tearoom6 authored and Eric Frohnhoefer committed May 9, 2018
1 parent ce92ac2 commit 756d94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public int getItemCount() {
return timelineDelegate.getCount();
}

protected static final class TweetViewHolder extends RecyclerView.ViewHolder {
public static final class TweetViewHolder extends RecyclerView.ViewHolder {
public TweetViewHolder(CompactTweetView itemView) {
super(itemView);
}
Expand Down

0 comments on commit 756d94b

Please sign in to comment.