This commit is contained in:
Balazs Perlaki-Horvath 2024-11-26 23:45:11 +01:00 committed by Kelson
parent f18edc60f9
commit 92b6f73e9a

View File

@ -17,7 +17,6 @@ import SwiftUI
import UserNotifications
#if os(iOS)
@main
struct Kiwix: App {
@Environment(\.scenePhase) private var scenePhase
@ -95,7 +94,6 @@ struct Kiwix: App {
}
private class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDelegate {
/// Storing background download completion handler sent to application delegate
func application(_ application: UIApplication,
handleEventsForBackgroundURLSession identifier: String,