Enable SyncNotificationsWithWorkManager by default in release mode apps too (#5646)

This commit is contained in:
Jorge Martin Espinosa 2025-10-31 16:25:36 +01:00 committed by GitHub
parent e94e7624cf
commit 1ea4eabcc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
),
}