mozilla-mobile / android-components

⚠️ This project moved to a new repository. It is now developed and maintained at: https://github.com/mozilla-mobile/firefox-android

Home Page:https://github.com/mozilla-mobile/firefox-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync work manager debounce should take engine set into account

rocketsroger opened this issue · comments

Currently sync debounce in WorkMangerSyncManager does not take customEngineSubset into account. This could cause an issue where the first sync request is with a smaller subset and the second sync request can be ignored even though we should still perform the second sync request.

┆Issue is synchronized with this Jira Task