Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 15, 2024
1 parent 861b8fe commit 3cbf9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
1 change: 1 addition & 0 deletions app/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import workmanager
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
// WorkmanagerPlugin.registerTask(withIdentifier: "cloud-gallery-background-process")
WorkmanagerPlugin.registerBGProcessingTask(withIdentifier: "cloud-gallery-background-process")
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
Expand Down

0 comments on commit 3cbf9d3

Please sign in to comment.