fix: bad merge

This commit is contained in:
Alex 2025-10-17 09:46:16 -05:00
parent 931a15f71c
commit a8e47f7c31
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082

View file

@ -193,7 +193,7 @@ class BackgroundWorkerBgService extends BackgroundWorkerFlutterApi {
_logger.info("Cleaning up background worker");
final cleanupFutures = [
nativeSyncApi?.cancelHashing(),
workerManager.dispose().catchError((_) async {
workerManagerPatch.dispose().catchError((_) async {
// Discard any errors on the dispose call
return;
}),