mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1796348 - Add a notification delegate to RecordingDevicesMiddleware.
The RecordingDevicesMiddleware will now show notifications through the notification delegate.
This commit is contained in:
parent
efa42f5ac5
commit
b8f147cc13
@ -250,7 +250,7 @@ class Core(
|
||||
additionalBundledSearchEngineIds = listOf("reddit", "youtube"),
|
||||
migration = SearchMigration(context),
|
||||
),
|
||||
RecordingDevicesMiddleware(context),
|
||||
RecordingDevicesMiddleware(context, context.components.notificationsDelegate),
|
||||
PromptMiddleware(),
|
||||
AdsTelemetryMiddleware(adsTelemetry),
|
||||
LastMediaAccessMiddleware(),
|
||||
|
Loading…
Reference in New Issue
Block a user