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

pull/600/head
Roger Yang 1 year ago committed by mergify[bot]
parent f7175f5479
commit 1fba6136a0

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

Loading…
Cancel
Save