From f8e57827f2f80e9c022e022a239f3e7728f7f122 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 2 Jan 2022 22:50:19 +0100 Subject: [PATCH] Remove RNFS handler as it breaks the build --- ios/JellyfinAudioPlayer/AppDelegate.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/JellyfinAudioPlayer/AppDelegate.m b/ios/JellyfinAudioPlayer/AppDelegate.m index 3511274..197a1aa 100644 --- a/ios/JellyfinAudioPlayer/AppDelegate.m +++ b/ios/JellyfinAudioPlayer/AppDelegate.m @@ -60,9 +60,4 @@ static void InitializeFlipper(UIApplication *application) { #endif } -- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler -{ - [RNFSManager setCompletionHandlerForIdentifier:identifier completionHandler:completionHandler]; -} - @end