UpdateWorker: Return success on end of execution
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -147,7 +147,7 @@ class UpdateWorker(private val appContext: Context, workerParams: WorkerParamete
|
||||
return@withContext Result.success()
|
||||
}
|
||||
}
|
||||
return Result.failure()
|
||||
return Result.success()
|
||||
}
|
||||
|
||||
private fun isValid(authData: AuthData): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user