mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Make the donation megaphone flag hot-swappable.
This commit is contained in:
@@ -351,7 +351,7 @@ public final class Megaphones {
|
||||
}
|
||||
|
||||
private static boolean shouldShowDonateMegaphone(@NonNull Context context) {
|
||||
return VersionTracker.getDaysSinceFirstInstalled(context) > 7 && LocaleFeatureFlags.isInDonateMegaphone() &&
|
||||
return VersionTracker.getDaysSinceFirstInstalled(context) >= 3 && LocaleFeatureFlags.isInDonateMegaphone() &&
|
||||
Recipient.self()
|
||||
.getBadges()
|
||||
.stream()
|
||||
|
||||
Reference in New Issue
Block a user