Revert "(fix) avoid changing RRULE's UNTIL date for no reason"

This reverts commit 9ed1cc4b8f.
pull/285/head
Francis Lachapelle 2020-07-22 16:39:10 -04:00
parent 1579ebd233
commit d549c296ae
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@
untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
seconds:-offset];
}
[currentRule setUntilDate: untilDate];
}
[fixedRules addObject: currentRule];
}