mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:18:34 +00:00
Lower max number of JobScheduler IDs.
Some devices can only handle 25 job IDs, so I lowered it to 20.
This commit is contained in:
parent
17a1fe97ca
commit
28bb88e347
@ -25,7 +25,7 @@ public class JobSchedulerScheduler implements Scheduler {
|
|||||||
private static final String PREF_NAME = "JobSchedulerScheduler_prefs";
|
private static final String PREF_NAME = "JobSchedulerScheduler_prefs";
|
||||||
private static final String PREF_NEXT_ID = "pref_next_id";
|
private static final String PREF_NEXT_ID = "pref_next_id";
|
||||||
|
|
||||||
private static final int MAX_ID = 75;
|
private static final int MAX_ID = 20;
|
||||||
|
|
||||||
private final Application application;
|
private final Application application;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user