Skip to content

Commit 99857cd

Browse files
committed
feat: increase rating dialog delay
1 parent 365d7a0 commit 99857cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owncloudApp/src/main/java/com/owncloud/android/AppRater.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
public class AppRater {
3030
private static final String DIALOG_RATE_ME_TAG = "DIALOG_RATE_ME";
3131

32-
private final static int DAYS_UNTIL_PROMPT = 2;
32+
private final static int DAYS_UNTIL_PROMPT = 7;
3333
private final static int LAUNCHES_UNTIL_PROMPT = 2;
34-
private final static int DAYS_UNTIL_NEUTRAL_CLICK = 1;
34+
private final static int DAYS_UNTIL_NEUTRAL_CLICK = 7;
3535

3636
public static final String APP_RATER_PREF_TITLE = "app_rater";
3737
public static final String APP_RATER_PREF_DONT_SHOW = "don't_show_again";

0 commit comments

Comments
 (0)