2
0
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:
mcarare 2023-02-17 19:08:20 +02:00 committed by Ryan VanderMeulen
parent efa42f5ac5
commit b8f147cc13

View File

@ -250,7 +250,7 @@ class Core(
additionalBundledSearchEngineIds = listOf("reddit", "youtube"),
migration = SearchMigration(context),
),
RecordingDevicesMiddleware(context),
RecordingDevicesMiddleware(context, context.components.notificationsDelegate),
PromptMiddleware(),
AdsTelemetryMiddleware(adsTelemetry),
LastMediaAccessMiddleware(),