Bug 1796348 - Add a notification delegate to addon updater.

The addon updater will now show notifications through the notification delegate.
fenix/113.0
mcarare 1 year ago committed by Ryan VanderMeulen
parent c1acd79693
commit c29adaaeee

@ -142,7 +142,7 @@ class Components(private val context: Context) {
@Suppress("MagicNumber")
val addonUpdater by lazyMonitored {
DefaultAddonUpdater(context, Frequency(12, TimeUnit.HOURS))
DefaultAddonUpdater(context, Frequency(12, TimeUnit.HOURS), notificationsDelegate)
}
@Suppress("MagicNumber")

Loading…
Cancel
Save