Last minor review comments addressed

This commit is contained in:
Torsten Grote
2016-10-31 13:13:59 -02:00
parent c0aa255bb6
commit 656a947f5a
7 changed files with 14 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ public class ThreadItemAdapter<I extends ThreadItem>
ViewGroup parent, int viewType) {
View v = LayoutInflater.from(parent.getContext())
.inflate(R.layout.list_item_thread, parent, false);
return new ThreadItemViewHolder<>(v);
return new ThreadPostViewHolder<>(v);
}
@Override