mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
adding back periodic flag when scheduling automatic background workers
This commit is contained in:
parent
af43890fab
commit
e8f412b8a1
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ internal class SyncWorker(context: Context, workerParameters: WorkerParameters,
|
|||
sessionId = sessionId,
|
||||
timeout = serverTimeoutInSeconds,
|
||||
delay = delayInSeconds,
|
||||
periodic = true,
|
||||
forceImmediate = forceImmediate
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue