mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
a more smaller range
This commit is contained in:
parent
760a1798f7
commit
66be2e97fc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class GcmPrefs implements SharedPreferences.OnSharedPreferenceChangeListe
|
||||||
public static final String PREF_LEARNT_OTHER = "gcm_learnt_other";
|
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 MIN_INTERVAL = 1 * 60 * 1000; // 1 minute
|
||||||
private static final int MAX_INTERVAL = 5 * 60 * 1000; // 5 minutes
|
private static final int MAX_INTERVAL = 3 * 60 * 1000; // 3 minutes
|
||||||
|
|
||||||
private static GcmPrefs INSTANCE;
|
private static GcmPrefs INSTANCE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue