Skip to content

Commit a86b42c

Browse files
committed
Apply PR suggestion: rename JETPACK_BLOGGING_REMINDERS_SYNC_REMOTE_FIELD
1 parent ab96f0f commit a86b42c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ android {
122122
buildConfigField "boolean", "JETPACK_POWERED_BOTTOM_SHEET", "false"
123123
buildConfigField "boolean", "JETPACK_SHARED_LOGIN", "false"
124124
buildConfigField "boolean", "JETPACK_LOCAL_USER_FLAGS", "false"
125-
buildConfigField "boolean", "JETPACK_BLOGGING_REMINDERS_SYNC_REMOTE_FIELD", "false"
125+
buildConfigField "boolean", "JETPACK_BLOGGING_REMINDERS_SYNC", "false"
126126
buildConfigField "boolean", "JETPACK_PROVIDER_SYNC", "false"
127127

128128
// Override these constants in jetpack product flavor to enable/ disable features

WordPress/src/main/java/org/wordpress/android/util/config/JetpackBloggingRemindersSyncFeatureConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class JetpackBloggingRemindersSyncFeatureConfig
1111
appConfig: AppConfig
1212
) : FeatureConfig(
1313
appConfig,
14-
BuildConfig.JETPACK_BLOGGING_REMINDERS_SYNC_REMOTE_FIELD,
14+
BuildConfig.JETPACK_BLOGGING_REMINDERS_SYNC,
1515
JETPACK_BLOGGING_REMINDERS_SYNC_REMOTE_FIELD
1616
) {
1717
companion object {

0 commit comments

Comments
 (0)