Reduced widget update delay

This commit is contained in:
M66B 2020-06-16 10:26:33 +02:00
parent a3e72230b1
commit 779c55d58e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private static final int ACCOUNT_ERROR_AFTER = 60; // minutes
private static final int ACCOUNT_ERROR_AFTER_POLL = 3; // times
private static final int BACKOFF_ERROR_AFTER = 16; // seconds
private static final long WIDGET_UPDATE_DELAY = 2500L; // milliseconds
private static final long WIDGET_UPDATE_DELAY = 1500L; // milliseconds
private static final String ACTION_NEW_MESSAGE_COUNT = BuildConfig.APPLICATION_ID + ".NEW_MESSAGE_COUNT";