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 365d7a0 commit 99857cdCopy full SHA for 99857cd
owncloudApp/src/main/java/com/owncloud/android/AppRater.java
@@ -29,9 +29,9 @@
29
public class AppRater {
30
private static final String DIALOG_RATE_ME_TAG = "DIALOG_RATE_ME";
31
32
- private final static int DAYS_UNTIL_PROMPT = 2;
+ private final static int DAYS_UNTIL_PROMPT = 7;
33
private final static int LAUNCHES_UNTIL_PROMPT = 2;
34
- private final static int DAYS_UNTIL_NEUTRAL_CLICK = 1;
+ private final static int DAYS_UNTIL_NEUTRAL_CLICK = 7;
35
36
public static final String APP_RATER_PREF_TITLE = "app_rater";
37
public static final String APP_RATER_PREF_DONT_SHOW = "don't_show_again";
0 commit comments