mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Using replace instead of keep strategy for the worker
This commit is contained in:
parent
cfdc18d421
commit
8864a3cf2c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ internal class LiveLocationAggregationProcessor @Inject constructor(
|
|||
|
||||
workManagerProvider.workManager.enqueueUniqueWork(
|
||||
workName,
|
||||
ExistingWorkPolicy.KEEP,
|
||||
ExistingWorkPolicy.REPLACE,
|
||||
workRequest
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue