Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Othershe committed May 10, 2017
1 parent 49e9d13 commit c1da8c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ public void refresh(int day) {
public void multiChooseRefresh(HashSet<Integer> set) {
for (Integer day : set) {
setDayColor(findDestView(day), COLOR_SET);
chooseDays.add(day);
}
//防止造成默认日期取消后代码重复选中的假象
if (chooseDays.contains(dateInit[2]) && !set.contains(dateInit[2])) {
Expand Down

0 comments on commit c1da8c4

Please sign in to comment.