2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Bug 1814258 - Enable notification pre permission prompt feature in release

This commit is contained in:
Roger Yang 2023-01-31 16:09:11 -05:00 committed by mergify[bot]
parent f7175f5479
commit 1fba6136a0

View File

@ -70,7 +70,7 @@ object FeatureFlags {
/** /**
* Enables the notification pre permission prompt. * Enables the notification pre permission prompt.
*/ */
val notificationPrePermissionPromptEnabled = Config.channel.isNightlyOrDebug || Config.channel.isBeta const val notificationPrePermissionPromptEnabled = true
/** /**
* Enables storage maintenance feature. * Enables storage maintenance feature.