Skip to content

Commit 7b17f7d

Browse files
authored
- Update the required read time to 5 seconds (#6139)
1 parent 63e779b commit 7b17f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/wikipedia/donate/donationreminder/DonationReminderHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.time.LocalDate
1414

1515
object DonationReminderHelper {
1616
const val MAX_REMINDER_PROMPTS = 2
17-
private val validReadCountOnSeconds = if (ReleaseUtil.isDevRelease) 1 else 15
17+
private val validReadCountOnSeconds = if (ReleaseUtil.isDevRelease) 1 else 5
1818

1919
private val isTestGroupUser = DonationReminderAbTest().isTestGroupUser()
2020
private val enabledCountries = listOf(

0 commit comments

Comments
 (0)