reset badge number to 0 when app launches
This commit is contained in:
Trey t
2022-01-16 11:55:44 -06:00
parent cd50230ba0
commit 1c7bf1848b

View File

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