Merge branch 'main' of github.com:akatreyt/Feels

This commit is contained in:
Trey t
2026-04-04 13:40:42 -05:00
41 changed files with 427 additions and 107 deletions

View File

@@ -52,7 +52,9 @@ class BGTask {
do {
try BGTaskScheduler.shared.submit(request)
} catch {
#if DEBUG
print("Could not schedule weather retry: \(error)")
#endif
}
}
@@ -127,7 +129,9 @@ class BGTask {
do {
try BGTaskScheduler.shared.submit(request)
} catch {
#if DEBUG
print("Could not schedule image fetch: \(error)")
#endif
}
}
}