File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/src/main/java/org/mozilla/reference/browser/downloads Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ package org.mozilla.reference.browser.downloads
6
6
7
7
import mozilla.components.browser.state.store.BrowserStore
8
8
import mozilla.components.feature.downloads.AbstractFetchDownloadService
9
+ import mozilla.components.feature.downloads.DefaultPackageNameProvider
9
10
import mozilla.components.feature.downloads.DownloadEstimator
10
11
import mozilla.components.feature.downloads.FileSizeFormatter
12
+ import mozilla.components.feature.downloads.PackageNameProvider
11
13
import mozilla.components.support.base.android.NotificationsDelegate
12
14
import org.mozilla.reference.browser.ext.components
13
15
@@ -17,4 +19,5 @@ class DownloadService : AbstractFetchDownloadService() {
17
19
override val notificationsDelegate: NotificationsDelegate by lazy { components.notificationsDelegate }
18
20
override val fileSizeFormatter: FileSizeFormatter by lazy { components.fileSizeFormatter }
19
21
override val downloadEstimator: DownloadEstimator by lazy { components.downloadEstimator }
22
+ override val packageNameProvider: PackageNameProvider by lazy { DefaultPackageNameProvider (applicationContext) }
20
23
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Android Components
3
- android-components = " 143.0.20250807093834 "
3
+ android-components = " 143.0.20250807210829 "
4
4
5
5
# AGP
6
6
android-gradle-plugin = " 8.12.0"
You can’t perform that action at this time.
0 commit comments