fix(calendar): Repeated events didn't use the correct timezone in some cases

This commit is contained in:
Hivert Quentin
2023-07-12 15:00:24 +02:00
parent 57ba5397e5
commit bd8b49d2c9
4 changed files with 140 additions and 142 deletions
+2 -1
View File
@@ -892,7 +892,8 @@ static inline NSString* _userStateInEvent (NSArray *event)
NSMutableArray *fields, *dayEvents, *newEvent, *allDayEvents;
NSMutableDictionary *allEvents, *monthData, *monthEvents, *dayData;
NSString *sort, *ascending, *day, *weekDay, *month, *userState;
unsigned int interval, count, max;
unsigned int count, max;
long long interval;
SEL sortSelector;
[self _setupContext];