We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e779b commit 7b17f7dCopy full SHA for 7b17f7d
app/src/main/java/org/wikipedia/donate/donationreminder/DonationReminderHelper.kt
@@ -14,7 +14,7 @@ import java.time.LocalDate
14
15
object DonationReminderHelper {
16
const val MAX_REMINDER_PROMPTS = 2
17
- private val validReadCountOnSeconds = if (ReleaseUtil.isDevRelease) 1 else 15
+ private val validReadCountOnSeconds = if (ReleaseUtil.isDevRelease) 1 else 5
18
19
private val isTestGroupUser = DonationReminderAbTest().isTestGroupUser()
20
private val enabledCountries = listOf(
0 commit comments