kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove routine GV1 migration checks.
We will now only migrate GV1 groups upon opening them.fork-5.53.8
rodzic
25ab9a5ad6
commit
8968ef1b85
|
@ -213,7 +213,6 @@ public class ApplicationContext extends MultiDexApplication implements AppForegr
|
||||||
FeatureFlags.refreshIfNecessary();
|
FeatureFlags.refreshIfNecessary();
|
||||||
ApplicationDependencies.getRecipientCache().warmUp();
|
ApplicationDependencies.getRecipientCache().warmUp();
|
||||||
RetrieveProfileJob.enqueueRoutineFetchIfNecessary(this);
|
RetrieveProfileJob.enqueueRoutineFetchIfNecessary(this);
|
||||||
GroupV1MigrationJob.enqueueRoutineMigrationsIfNecessary(this);
|
|
||||||
executePendingContactSync();
|
executePendingContactSync();
|
||||||
KeyCachingService.onAppForegrounded(this);
|
KeyCachingService.onAppForegrounded(this);
|
||||||
ApplicationDependencies.getShakeToReport().enable();
|
ApplicationDependencies.getShakeToReport().enable();
|
||||||
|
|
Ładowanie…
Reference in New Issue