From 93013f4bbd564dacc23dfdbb1a3a0e79302ab0c6 Mon Sep 17 00:00:00 2001 From: Emily Laguna <793774+emilylaguna@users.noreply.github.com> Date: Wed, 20 Sep 2023 05:34:30 -0400 Subject: [PATCH] Disables the patron feature (#1388) --- CHANGELOG.md | 2 -- .../java/au/com/shiftyjelly/pocketcasts/featureflag/Feature.kt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2e6e4f823..f49917dd553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ * New Feature: * Suggest episodes to play in Automotive ([#1362](https://github.com/Automattic/pocket-casts-android/pull/1362)). - * Internal: Adds Patron Tier - ([#1379](https://github.com/Automattic/pocket-casts-android/pull/1379)) 7.47 ----- diff --git a/modules/services/featureflag/src/main/java/au/com/shiftyjelly/pocketcasts/featureflag/Feature.kt b/modules/services/featureflag/src/main/java/au/com/shiftyjelly/pocketcasts/featureflag/Feature.kt index 4efa6021ef0..1c757b59786 100644 --- a/modules/services/featureflag/src/main/java/au/com/shiftyjelly/pocketcasts/featureflag/Feature.kt +++ b/modules/services/featureflag/src/main/java/au/com/shiftyjelly/pocketcasts/featureflag/Feature.kt @@ -18,7 +18,7 @@ enum class Feature( ADD_PATRON_ENABLED( key = "add_patron_enabled", title = "Patron", - defaultValue = true + defaultValue = false ), BOOKMARKS_ENABLED( key = "bookmarks_enabled",