mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
fix(calendar): Repeated events didn't use the correct timezone in some cases
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user