mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Show widget sync state
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user