mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
typo
This commit is contained in:
parent
1a79828aa5
commit
aa750cccbf
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue