Remove routine GV1 migration checks.

We will now only migrate GV1 groups upon opening them.
This commit is contained in:
Greyson Parrelli
2022-01-03 14:00:36 -05:00
parent 25ab9a5ad6
commit 8968ef1b85

View File

@@ -213,7 +213,6 @@ public class ApplicationContext extends MultiDexApplication implements AppForegr
FeatureFlags.refreshIfNecessary();
ApplicationDependencies.getRecipientCache().warmUp();
RetrieveProfileJob.enqueueRoutineFetchIfNecessary(this);
GroupV1MigrationJob.enqueueRoutineMigrationsIfNecessary(this);
executePendingContactSync();
KeyCachingService.onAppForegrounded(this);
ApplicationDependencies.getShakeToReport().enable();