mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Make SyncInBackgroundWorker not expedited
This commit is contained in:
parent
f281dcda94
commit
28197c20be
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class SyncInBackgroundWorker(val context: Context, workerParameters: WorkerParam
|
|||
.setRequiredNetworkType(NetworkType.CONNECTED)
|
||||
.build()
|
||||
)
|
||||
.setExpedited(OutOfQuotaPolicy.RUN_AS_NON_EXPEDITED_WORK_REQUEST)
|
||||
// .setExpedited(OutOfQuotaPolicy.RUN_AS_NON_EXPEDITED_WORK_REQUEST)
|
||||
.build()
|
||||
).enqueue()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue