From 9a98712db7e32d48bf8b7dea72f4a052e8e8d865 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:08:51 +0530 Subject: [PATCH] fix(mobile): background backup failing due to store (#16418) fix: background backup failing due to store Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/lib/services/background.service.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/lib/services/background.service.dart b/mobile/lib/services/background.service.dart index 4e83d1f0acd27..f4597831d226b 100644 --- a/mobile/lib/services/background.service.dart +++ b/mobile/lib/services/background.service.dart @@ -720,7 +720,6 @@ enum IosBackgroundTask { fetch, processing } /// entry point called by Kotlin/Java code; needs to be a top-level function @pragma('vm:entry-point') void _nativeEntry() { - HttpOverrides.global = HttpSSLCertOverride(); WidgetsFlutterBinding.ensureInitialized(); DartPluginRegistrant.ensureInitialized(); BackgroundService backgroundService = BackgroundService();