fix(calendar): uncondtionally adjust all-day events dates

Fixes #5045
pull/287/head
Francis Lachapelle 2020-07-24 15:24:40 -04:00
parent c73b40f62c
commit 5e1a59243c
1 changed files with 1 additions and 2 deletions

View File

@ -1611,8 +1611,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
if (records)
{
if (r)
records = [self _fixupRecords: records];
records = [self _fixupRecords: records];
ma = [NSMutableArray arrayWithArray: records];
}
else