From 3958425c2205c5ffc5cdeced84c6b4bea65a731f Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Thu, 29 Sep 2022 23:28:49 -0400 Subject: [PATCH] Removed outdated comment --- lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 1ef4521..61eec24 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -37,7 +37,6 @@ bgUpdateCheck(int? ignoreAfterMicroseconds) async { await appsProvider.checkUpdates(ignoreAfter: ignoreAfter); } catch (e) { if (e is RateLimitError) { - // Ignore these (scheduling another task as below does not work) String nextTaskName = '$bgUpdateCheckTaskName-${nextIgnoreAfter.microsecondsSinceEpoch.toString()}'; Workmanager().registerOneOffTask(nextTaskName, nextTaskName,