This commit is contained in:
Trey t
2022-01-19 11:47:25 -06:00
parent 029fe2ec84
commit d0842d14d7
2 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,10 @@ struct FeelsApp: App {
print("background")
WidgetCenter.shared.reloadAllTimelines()
}
if phase == .active {
UIApplication.shared.applicationIconBadgeNumber = 0
}
}
}
}