Loading app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class InstallAppWorker @AssistedInject constructor( packageManagerModule.isInstalled(it.packageName) if (!fusedDownload.isAppInstalling()) { return Result.success() return@let } setForeground( Loading @@ -130,8 +130,8 @@ class InstallAppWorker @AssistedInject constructor( } } finally { Timber.i("doWork: RESULT SUCCESS: ${fusedDownload?.name}") return Result.success() } return Result.success() } private suspend fun InstallAppWorker.checkUpdateWork( Loading Loading
app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class InstallAppWorker @AssistedInject constructor( packageManagerModule.isInstalled(it.packageName) if (!fusedDownload.isAppInstalling()) { return Result.success() return@let } setForeground( Loading @@ -130,8 +130,8 @@ class InstallAppWorker @AssistedInject constructor( } } finally { Timber.i("doWork: RESULT SUCCESS: ${fusedDownload?.name}") return Result.success() } return Result.success() } private suspend fun InstallAppWorker.checkUpdateWork( Loading