Skip to content

Commit

Permalink
GrindrPlus: Enable approximate distance experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Sep 18, 2024
1 parent d33dd33 commit 2b8d9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/grindrplus/hooks/FeatureGranting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class FeatureGranting : Hook(
}

private fun initFeatures() {
featureManager.add(Feature("approximate-distance", true))
featureManager.add(Feature("ad-backfill", false))
featureManager.add(Feature("profile-redesign-20230214", true))
featureManager.add(Feature("notification-action-chat-20230206", true))
Expand Down

0 comments on commit 2b8d9a0

Please sign in to comment.