Review after 2 weeks, disable banner for 3 weeks

This commit is contained in:
M66B 2020-06-07 08:19:18 +02:00
parent 41663588cb
commit 1a175f5040
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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());