Loading app/src/main/java/foundation/e/apps/api/DownloadManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -164,9 +164,11 @@ class DownloadManager @Inject constructor( try { downloadManager.query(downloadManagerQuery.setFilterById(*downloadingIds)) .use { cursor -> if (!cursor.moveToFirst()) { return@use } while (!cursor.isAfterLast) { val status = cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_STATUS)) Loading app/src/main/java/foundation/e/apps/manager/workmanager/AppInstallProcessor.kt +1 −1 Original line number Diff line number Diff line /* * Copyright ECORP SAS 2022 * Copyright MURENA SAS 2023 * Apps Quickly and easily install Android apps onto your device! * * This program is free software: you can redistribute it and/or modify Loading Loading
app/src/main/java/foundation/e/apps/api/DownloadManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -164,9 +164,11 @@ class DownloadManager @Inject constructor( try { downloadManager.query(downloadManagerQuery.setFilterById(*downloadingIds)) .use { cursor -> if (!cursor.moveToFirst()) { return@use } while (!cursor.isAfterLast) { val status = cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_STATUS)) Loading
app/src/main/java/foundation/e/apps/manager/workmanager/AppInstallProcessor.kt +1 −1 Original line number Diff line number Diff line /* * Copyright ECORP SAS 2022 * Copyright MURENA SAS 2023 * Apps Quickly and easily install Android apps onto your device! * * This program is free software: you can redistribute it and/or modify Loading