duplicates fix

This commit is contained in:
Yuriy Liskov
2024-01-20 22:00:03 +02:00
parent 90e7c8647b
commit a0a599f2e8
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ public class RunOnInstallReceiver extends BroadcastReceiver {
Log.d(TAG, "Synchronizing database");
if (Helpers.isATVChannelsSupported(context) || Helpers.isATVRecommendationsSupported(context)) {
//SynchronizeDatabaseWorker.schedule(context);
SynchronizeDatabaseJobService.schedule(context);
SynchronizeDatabaseWorker.schedule(context);
//SynchronizeDatabaseJobService.schedule(context);
}
}
}