Skip to content

Commit

Permalink
Add Header Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
laucherish committed Sep 7, 2017
1 parent bc966a5 commit d059f58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public int getEmptyViewCount() {

@Override
public PureViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
PureViewHolder viewHolder = null;
PureViewHolder viewHolder;
this.mContext = parent.getContext();
this.mLayoutInflater = LayoutInflater.from(mContext);
switch (viewType) {
Expand Down

0 comments on commit d059f58

Please sign in to comment.