Blink widget refresh icon

This commit is contained in:
M66B
2021-09-01 10:22:59 +02:00
parent 74cdcf9599
commit 9a6b6af5d9
2 changed files with 3 additions and 4 deletions

View File

@@ -60,7 +60,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 = 1500L;
private static final long WIDGET_SYNC_DURATION = 500;
public ServiceUI() {
this(ServiceUI.class.getName());