Add feature flag for donor badges megaphone.

This commit is contained in:
Alex Hart
2021-11-04 14:09:46 -03:00
committed by Greyson Parrelli
parent 00a8565e91
commit 33dbf316a9
2 changed files with 8 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ public final class Megaphones {
}
private static boolean shouldShowBecomeASustainerMegaphone() {
return FeatureFlags.donorBadges();
return FeatureFlags.donorBadgesMegaphone();
}
private static boolean shouldShowNotificationsMegaphone(@NonNull Context context) {