diff --git a/Shared/LocalNotification.swift b/Shared/LocalNotification.swift index 65f2151..da7e152 100644 --- a/Shared/LocalNotification.swift +++ b/Shared/LocalNotification.swift @@ -29,6 +29,8 @@ class LocalNotification { } public class func scheduleReminder(atTime time: Date, withTitle title: String) { + self.removeNotificaiton() + LocalNotification.testIfEnabled(completion: { result in switch result{ case .success(_):