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 f7e28346d6
commit 04f70c8130

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