Revert a previous change related to BG downloads (did not work as intended)

This commit is contained in:
Imran Remtulla
2024-05-23 20:15:25 -04:00
parent 7808bc5ccb
commit 5bf7fdb94e

View File

@@ -1944,8 +1944,7 @@ Future<void> bgUpdateCheck(String taskId, Map<String, dynamic>? params) async {
await appsProvider.downloadAndInstallLatestApps(
toInstall.map((e) => e.key).toList(), null,
notificationsProvider: notificationsProvider,
forceParallelDownloads: true,
useExisting: false);
forceParallelDownloads: true);
} catch (e) {
if (e is MultiAppMultiError) {
e.idsByErrorString.forEach((key, value) {