Clean up some unused feature flags.

This commit is contained in:
Greyson Parrelli
2022-09-28 09:43:57 -04:00
committed by Cody Henthorne
parent 7fef1b060f
commit 0e4bec3977
8 changed files with 12 additions and 72 deletions

View File

@@ -1138,7 +1138,7 @@ public class Recipient {
}
public @NonNull List<Badge> getBadges() {
return FeatureFlags.displayDonorBadges() || isSelf() ? badges : Collections.emptyList();
return badges;
}
public @Nullable Badge getFeaturedBadge() {