Loading app/src/main/java/foundation/e/apps/api/fused/UpdatesDao.kt +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2022 ECORP * Copyright (C) 2022 MURENA SAS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading app/src/main/java/foundation/e/apps/manager/download/DownloadManagerUtils.kt +115 −114 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ class DownloadManagerUtils @Inject constructor( val numberOfDownloadedItems = fusedDownload.downloadIdMap.values.filter { it }.size Timber.d("===> updateDownloadStatus: ${fusedDownload.name}: $downloadId: $numberOfDownloadedItems/${fusedDownload.downloadIdMap.size}") if (validateDownload(numberOfDownloadedItems, fusedDownload, downloadId)) { Timber.d("===> Download is completed for: ${fusedDownload.name}") fusedManagerRepository.moveOBBFileToOBBDirectory(fusedDownload) Loading Loading
app/src/main/java/foundation/e/apps/api/fused/UpdatesDao.kt +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2022 ECORP * Copyright (C) 2022 MURENA SAS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
app/src/main/java/foundation/e/apps/manager/download/DownloadManagerUtils.kt +115 −114 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ class DownloadManagerUtils @Inject constructor( val numberOfDownloadedItems = fusedDownload.downloadIdMap.values.filter { it }.size Timber.d("===> updateDownloadStatus: ${fusedDownload.name}: $downloadId: $numberOfDownloadedItems/${fusedDownload.downloadIdMap.size}") if (validateDownload(numberOfDownloadedItems, fusedDownload, downloadId)) { Timber.d("===> Download is completed for: ${fusedDownload.name}") fusedManagerRepository.moveOBBFileToOBBDirectory(fusedDownload) Loading