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

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