Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlo2102 committed Jan 5, 2018
1 parent 182b9f4 commit 084d773
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public VRCalendarHolder onCreateViewHolder(ViewGroup parent, int viewType) {
public void onBindViewHolder(final VRCalendarHolder holder, int position) {
final VrCalendarDay vrCalendarDay = mCells.get(position);

// TODO: 03.01.18 need to set drawable to custom any user want to
if (vrCalendarDay.getVRCalendarCustomViewCallback() != null) {
VRCalendarCustomViewCallback vrCalendarCustomViewCallback = vrCalendarDay.getVRCalendarCustomViewCallback();
holder.addCustomView(vrCalendarCustomViewCallback.getNewCustomiseView());
Expand Down

0 comments on commit 084d773

Please sign in to comment.