This commit is contained in:
Benoit Marty 2022-08-23 12:03:25 +02:00
parent 1a79828aa5
commit aa750cccbf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import timber.log.Timber
import javax.inject.Inject
/**
* Note: We reuse the same type [UpdateTrustWorker.Params], since the inout data are the same.
* Note: We reuse the same type [UpdateTrustWorker.Params], since the input data are the same.
*/
internal class UpdateUserWorker(context: Context, params: WorkerParameters, sessionManager: SessionManager) :
SessionSafeCoroutineWorker<UpdateTrustWorker.Params>(context, params, sessionManager, UpdateTrustWorker.Params::class.java) {