mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-24 04:03:03 -04:00
Revert
This commit is contained in:
parent
f18edc60f9
commit
92b6f73e9a
@ -17,7 +17,6 @@ import SwiftUI
|
|||||||
import UserNotifications
|
import UserNotifications
|
||||||
|
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
|
|
||||||
@main
|
@main
|
||||||
struct Kiwix: App {
|
struct Kiwix: App {
|
||||||
@Environment(\.scenePhase) private var scenePhase
|
@Environment(\.scenePhase) private var scenePhase
|
||||||
@ -95,7 +94,6 @@ struct Kiwix: App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDelegate {
|
private class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDelegate {
|
||||||
|
|
||||||
/// Storing background download completion handler sent to application delegate
|
/// Storing background download completion handler sent to application delegate
|
||||||
func application(_ application: UIApplication,
|
func application(_ application: UIApplication,
|
||||||
handleEventsForBackgroundURLSession identifier: String,
|
handleEventsForBackgroundURLSession identifier: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user