Enable SyncNotificationsWithWorkManager by default in release mode apps too (#5646)
This commit is contained in:
parent
e94e7624cf
commit
1ea4eabcc5
1 changed files with 1 additions and 2 deletions
|
|
@ -114,8 +114,7 @@ enum class FeatureFlags(
|
|||
title = "Sync notifications with WorkManager",
|
||||
description = "Use WorkManager to schedule notification sync tasks when a push is received." +
|
||||
" This should improve reliability and battery usage.",
|
||||
// Enable by default on nightly and debug builds so we can get feedback before enabling it for everyone.
|
||||
defaultValue = { meta -> meta.buildType != BuildType.RELEASE },
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue