mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-22 17:19:42 +02:00
bug
This commit is contained in:
@@ -171,7 +171,7 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
'BG update task $taskId: Will continue in $remainingSeconds seconds (with $appId moved to the end of the line).');
|
'BG update task $taskId: Will continue in $remainingSeconds seconds (with $appId moved to the end of the line).');
|
||||||
var remainingToCheck = moveStrToEnd(toCheck.sublist(i), appId);
|
var remainingToCheck = moveStrToEnd(toCheck.sublist(i), appId);
|
||||||
AndroidAlarmManager.oneShot(
|
AndroidAlarmManager.oneShot(
|
||||||
Duration(seconds: remainingSeconds), taskId, bgUpdateCheck,
|
Duration(seconds: remainingSeconds), taskId + 1, bgUpdateCheck,
|
||||||
params: {
|
params: {
|
||||||
'toCheck': remainingToCheck,
|
'toCheck': remainingToCheck,
|
||||||
'toInstall': toInstall,
|
'toInstall': toInstall,
|
||||||
@@ -211,7 +211,7 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
'BG update task $taskId: Will continue in $remainingSeconds seconds (with $appId moved to the end of the line).');
|
'BG update task $taskId: Will continue in $remainingSeconds seconds (with $appId moved to the end of the line).');
|
||||||
var remainingToInstall = moveStrToEnd(toInstall.sublist(i), appId);
|
var remainingToInstall = moveStrToEnd(toInstall.sublist(i), appId);
|
||||||
AndroidAlarmManager.oneShot(
|
AndroidAlarmManager.oneShot(
|
||||||
Duration(seconds: remainingSeconds), taskId, bgUpdateCheck,
|
Duration(seconds: remainingSeconds), taskId + 1, bgUpdateCheck,
|
||||||
params: {
|
params: {
|
||||||
'toCheck': toCheck,
|
'toCheck': toCheck,
|
||||||
'toInstall': remainingToInstall,
|
'toInstall': remainingToInstall,
|
||||||
|
Reference in New Issue
Block a user