Browse Source

Skip resetting event store.

master
Abhishek Banthia 7 months ago
parent
commit
f90ebdbf91
  1. 1
      Clocker/Events and Reminders/CalendarHandler.swift

1
Clocker/Events and Reminders/CalendarHandler.swift

@ -172,7 +172,6 @@ extension EventCenter {
func initializeStoreIfNeccesary() { func initializeStoreIfNeccesary() {
if eventStore == nil { if eventStore == nil {
eventStore = EKEventStore() eventStore = EKEventStore()
eventStore.reset()
} }
} }

Loading…
Cancel
Save