Skip to content

Commit 4fcbab8

Browse files
shenlong-tanwenExceptionsOccur
authored and
ExceptionsOccur
committed
fix(mobile): background backup failing due to store (immich-app#16418)
fix: background backup failing due to store Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
1 parent 99641e5 commit 4fcbab8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mobile/lib/services/background.service.dart

-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ enum IosBackgroundTask { fetch, processing }
720720
/// entry point called by Kotlin/Java code; needs to be a top-level function
721721
@pragma('vm:entry-point')
722722
void _nativeEntry() {
723-
HttpOverrides.global = HttpSSLCertOverride();
724723
WidgetsFlutterBinding.ensureInitialized();
725724
DartPluginRegistrant.ensureInitialized();
726725
BackgroundService backgroundService = BackgroundService();

0 commit comments

Comments
 (0)