Make SyncInBackgroundWorker not expedited

This commit is contained in:
Jonas Lochmann 2021-12-13 01:00:00 +01:00
parent f281dcda94
commit 28197c20be
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -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()
}