Skip to content

Commit

Permalink
Revert "(fix) avoid changing RRULE's UNTIL date for no reason"
Browse files Browse the repository at this point in the history
This reverts commit 9ed1cc4.
  • Loading branch information
cgx committed Jul 22, 2020
1 parent 1579ebd commit d549c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SOPE/NGCards/iCalRepeatableEntityObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ - (NSArray *) rules: (NSArray *) theRules withTimeZone: (id) theTimeZone
untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
seconds:-offset];
}
[currentRule setUntilDate: untilDate];
}
[fixedRules addObject: currentRule];
}
Expand Down

0 comments on commit d549c29

Please sign in to comment.