Skip to content

Commit

Permalink
Engage earlier for FrOSCon 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Aug 5, 2024
1 parent 4102e3c commit a0a2276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GooglePlayBetaTestingSnack(val context: Context) : GooglePlayOpenBetaTestS
overrideActionText(context.getString(R.string.snack_engage_google_play_beta_testing_action))
withConditions(
NeverAgainWhenClickedOnce(),
AfterNumberOfOpportunities(21),
AfterNumberOfOpportunities(9),
IsConnectedViaWiFiOrUnknown(),
IsInstalledViaGooglePlay(), // Prevents the snack from being shown for local installs, too!
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RateSnack(val context: Context) : LibraryRateSnack() {
overrideActionText(context.getString(R.string.snack_engage_rate_action))
withConditions(
NeverAgainWhenClickedOnce(),
AfterNumberOfOpportunities(13),
AfterNumberOfOpportunities(5),
IsConnectedViaWiFiOrUnknown(),
IsInstalledViaGooglePlay(), // Prevents the snack from being shown for local installs, too!
)
Expand Down

0 comments on commit a0a2276

Please sign in to comment.