mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Ask for review after 3 days
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user