Show widget sync state

This commit is contained in:
M66B
2021-09-02 23:06:59 +02:00
parent db6d630431
commit b8570b5c1c
5 changed files with 89 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ public class ServiceUI extends IntentService {
static final int PI_SNOOZE = 10;
static final int PI_IGNORED = 11;
private static final long WIDGET_SYNC_DURATION = 500;
private static final long WIDGET_SYNC_DURATION = 90 * 1000L;
public ServiceUI() {
this(ServiceUI.class.getName());