mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-05 12:42:34 -05:00
fix MR Comment
This commit is contained in:
@@ -37,7 +37,7 @@ import java.util.concurrent.TimeUnit.MINUTES
|
||||
private val TAG = RepoUpdateWorker::class.java.simpleName
|
||||
|
||||
class RepoUpdateWorker(
|
||||
private val appContext: Context,
|
||||
appContext: Context,
|
||||
workerParams: WorkerParameters,
|
||||
) : CoroutineWorker(appContext, workerParams) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user