more smaller range...again

This commit is contained in:
Oizaro 2020-08-31 00:02:36 +02:00 committed by GitHub
parent f10612ecd1
commit 9201652c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ public class GcmPrefs implements SharedPreferences.OnSharedPreferenceChangeListe
public static final String PREF_LEARNT_OTHER = "gcm_learnt_other";
private static final int MIN_INTERVAL = 1 * 60 * 1000; // 1 minute
private static final int MAX_INTERVAL = 3 * 60 * 1000; // 3 minutes
private static final int MAX_INTERVAL = 2 * 60 * 1000; // 2 minutes
private static GcmPrefs INSTANCE;