|
|
@ -151,8 +151,8 @@ class PermissionsViewController: ParentViewController { |
|
|
|
NotificationCenter.default.post(name: .calendarAccessGranted, object: nil) |
|
|
|
NotificationCenter.default.post(name: .calendarAccessGranted, object: nil) |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
Logger.log(object: ["Reminder Access Not Granted": "YES"], |
|
|
|
Logger.log(object: ["Calendar Access Not Granted": "YES"], |
|
|
|
for: "Reminder Access Not Granted") |
|
|
|
for: "Calendar Access Not Granted") |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else if eventCenter.calendarAccessGranted() { |
|
|
|
} else if eventCenter.calendarAccessGranted() { |
|
|
|