Ask for review after 3 days

This commit is contained in:
M66B 2019-12-27 10:07:30 +01:00
parent 0260e11997
commit ffaad549c8
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
static final String ACTION_DECRYPT = BuildConfig.APPLICATION_ID + ".DECRYPT";
static final String ACTION_NEW_MESSAGE = BuildConfig.APPLICATION_ID + ".NEW_MESSAGE";
private static final long REVIEW_ASK_DELAY = 24 * 3600 * 1000L; // milliseonds
private static final long REVIEW_ASK_DELAY = 3 * 24 * 3600 * 1000L; // milliseonds
private static final List<String> DUPLICATE_ORDER = Collections.unmodifiableList(Arrays.asList(
EntityFolder.INBOX,