You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
The text was updated successfully, but these errors were encountered:
Amejia481
changed the title
startForegroundService instead of normal service on DownloadMiddleware
Call startForegroundService instead of startService on DownloadMiddleware
Sep 9, 2020
Related issue mozilla-mobile/fenix#14852
For restoring downloads, we are using context.startService(), this could cause issues as the app could be in background. We should be calling ContextCompat.startForegroundService as we are already fulling the foreground contract .
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: