forked from mirrors/gecko-dev
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/9338: Enable WebPush engine integration in all builds
This commit is contained in:
parent
f847da748c
commit
1620010cac
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ object FeatureFlags {
|
||||||
*
|
*
|
||||||
* https://github.com/mozilla-mobile/fenix/issues/9059
|
* https://github.com/mozilla-mobile/fenix/issues/9059
|
||||||
*/
|
*/
|
||||||
val webPushIntegration = Config.channel.isNightlyOrDebug
|
const val webPushIntegration = true
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enables picture-in-picture feature
|
* Enables picture-in-picture feature
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue