Wait for 7 days before showing the donate megaphone.

This commit is contained in:
Greyson Parrelli
2022-01-25 12:22:13 -05:00
parent 1d14a90ac3
commit 3daa894988

View File

@@ -291,7 +291,7 @@ public final class Megaphones {
}
private static boolean shouldShowDonateMegaphone(@NonNull Context context) {
return VersionTracker.getDaysSinceFirstInstalled(context) >= 3 &&
return VersionTracker.getDaysSinceFirstInstalled(context) >= 7 &&
LocaleFeatureFlags.isInDonateMegaphone() &&
PlayServicesUtil.getPlayServicesStatus(context) == PlayServicesUtil.PlayServicesStatus.SUCCESS &&
Recipient.self()