mirror of https://github.com/M66B/FairEmail.git
Review after 2 weeks, disable banner for 3 weeks
This commit is contained in:
parent
41663588cb
commit
1a175f5040
|
@ -332,7 +332,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
static final String ACTION_DECRYPT = BuildConfig.APPLICATION_ID + ".DECRYPT";
|
||||
static final String ACTION_KEYWORDS = BuildConfig.APPLICATION_ID + ".KEYWORDS";
|
||||
|
||||
private static final long REVIEW_ASK_DELAY = 21 * 24 * 3600 * 1000L; // milliseconds
|
||||
private static final long REVIEW_ASK_DELAY = 14 * 24 * 3600 * 1000L; // milliseconds
|
||||
private static final long REVIEW_LATER_DELAY = 3 * 24 * 3600 * 1000L; // milliseconds
|
||||
|
||||
static final List<String> SORT_DATE_HEADER = Collections.unmodifiableList(Arrays.asList(
|
||||
|
|
|
@ -62,7 +62,7 @@ public class ServiceUI extends IntentService {
|
|||
static final int PI_SYNC = 13;
|
||||
static final int PI_BANNER = 14;
|
||||
|
||||
static final int HIDE_BANNER = 2; // weeks
|
||||
static final int HIDE_BANNER = 3; // weeks
|
||||
|
||||
public ServiceUI() {
|
||||
this(ServiceUI.class.getName());
|
||||
|
|
Loading…
Reference in New Issue