Skip to content

Commit

Permalink
fix: Update bg tasks ids
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Dec 14, 2024
1 parent 3730620 commit 9e6a991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logic/lib/src/domain/const/background_exe_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ class BackgroundExecutionConfig {
static const mxcWalletBackgroundServiceInterval = 15;

static const String notificationsTask =
'com.moonchain.mxc.notificationsTask';
static const String wifiHooksTask = 'com.moonchain.mxc.wifiHooksTask';
'com.transistorsoft.notificationsTask';
static const String wifiHooksTask = 'com.transistorsoft.wifiHooksTask';
static const String minerAutoClaimTask =
'com.moonchain.mxc.minerAutoClaimTask';
'com.transistorsoft.minerAutoClaimTask';
static const String blueberryAutoSyncTask =
'com.moonchain.mxc.blueberryAutoSyncTask';
'com.transistorsoft.blueberryAutoSyncTask';

static DateTime defaultTimeForMinerDapp = DateTime(2024, 1, 1, 13, 0, 0);

Expand Down

0 comments on commit 9e6a991

Please sign in to comment.