Fix lint issues.

This commit is contained in:
Brent Simmons
2025-02-01 21:39:17 -08:00
parent d2fb815919
commit b5dfa7a440
6 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ private extension BackgroundTaskManager {
}
}
}
func waitToComplete(completion: @escaping (Bool) -> Void) {
guard UIApplication.shared.applicationState == .background else {
Self.logger.info("App came back to foreground, no longer waiting.")