Convert RetrieveProfileJob to kotlin.

This commit is contained in:
Greyson Parrelli
2023-12-20 13:58:34 -05:00
committed by Clark Chen
parent ca9a629804
commit f10418face
4 changed files with 591 additions and 678 deletions

View File

@@ -236,7 +236,7 @@ public class ApplicationContext extends MultiDexApplication implements AppForegr
SignalExecutors.BOUNDED.execute(() -> {
FeatureFlags.refreshIfNecessary();
RetrieveProfileJob.enqueueRoutineFetchIfNecessary(this);
RetrieveProfileJob.enqueueRoutineFetchIfNecessary();
executePendingContactSync();
KeyCachingService.onAppForegrounded(this);
ApplicationDependencies.getShakeToReport().enable();