extend pre-nagging interval
This commit is contained in:
parent
f731ec93a5
commit
4a6c010125
@ -27,7 +27,7 @@ public class AppRater {
|
||||
private final static int DAYS_UNTIL_PROMPT = 3;
|
||||
private final static int LAUNCHES_UNTIL_PROMPT = 7;
|
||||
|
||||
private final static int DONATION_DAYS_UNTIL_PROMPT = DAYS_UNTIL_PROMPT * 3;
|
||||
private final static int DONATION_DAYS_UNTIL_PROMPT = DAYS_UNTIL_PROMPT * 10;
|
||||
private final static int DONATION_LAUNCHES_UNTIL_PROMPT = LAUNCHES_UNTIL_PROMPT * 3;
|
||||
|
||||
public static boolean isDonationApkInstalled(Context mContext) {
|
||||
|
Loading…
Reference in New Issue
Block a user