This commit is contained in:
Trey t
2022-01-16 11:54:49 -06:00
parent 499d07dd09
commit cd50230ba0
96 changed files with 152 additions and 39 deletions

View File

@@ -22,6 +22,8 @@ struct FeelsApp: App {
BGTaskScheduler.shared.register(forTaskWithIdentifier: BGTask.updateDBMissingID, using: nil) { (task) in
BGTask.runFillInMissingDatesTask(task: task as! BGProcessingTask)
}
UIApplication.shared.applicationIconBadgeNumber = 0
}
var body: some Scene {