mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Fix possible exception when retrieving reminder
Fixes #2647 Fixes #2648
This commit is contained in:
@@ -568,7 +568,7 @@ static NSArray *reminderValues = nil;
|
||||
- (NSString *) reminder
|
||||
{
|
||||
NSString *value;
|
||||
int index;
|
||||
NSUInteger index;
|
||||
|
||||
value = [userDefaults calendarDefaultReminder];
|
||||
if (value != nil)
|
||||
|
||||
Reference in New Issue
Block a user