Skip to content

Commit

Permalink
Single Date Selection added
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwiselap committed Aug 21, 2019
1 parent aa0e389 commit 832c50b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public void setCalenders(ArrayList<MyCalender> calenders,MyCalender fromDate,MyC
for (int i = 0; i < s; i++) {
this.calenders.add(i, null);
}
fromDateSelectedPosition = -1;
toDateSelectedPosition = -1;
notifyDataSetChanged();
}

Expand Down

0 comments on commit 832c50b

Please sign in to comment.