mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Add feature flag for donor badges megaphone.
This commit is contained in:
committed by
Greyson Parrelli
parent
00a8565e91
commit
33dbf316a9
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user