mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user