mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Merge pull request #5012 from vector-im/feature/adm/fdroid-broken-background-sync
Missing fdroid notifications
This commit is contained in:
commit
a085b4db21
2 changed files with 2 additions and 0 deletions
1
changelog.d/5003.bugfix
Normal file
1
changelog.d/5003.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fixing missing notifications in FDroid variants using `optimised for battery` background sync mode
|
|
@ -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