mirror of
https://github.com/immich-app/immich
synced 2025-06-09 11:35:34 +00:00
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>
This commit is contained in:
parent
a185e06399
commit
9a98712db7
@ -720,7 +720,6 @@ enum IosBackgroundTask { fetch, processing }
|
|||||||
/// entry point called by Kotlin/Java code; needs to be a top-level function
|
/// entry point called by Kotlin/Java code; needs to be a top-level function
|
||||||
@pragma('vm:entry-point')
|
@pragma('vm:entry-point')
|
||||||
void _nativeEntry() {
|
void _nativeEntry() {
|
||||||
HttpOverrides.global = HttpSSLCertOverride();
|
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
DartPluginRegistrant.ensureInitialized();
|
DartPluginRegistrant.ensureInitialized();
|
||||||
BackgroundService backgroundService = BackgroundService();
|
BackgroundService backgroundService = BackgroundService();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user