Quiet down auth check job.

This commit is contained in:
Alex Hart
2024-06-21 15:28:58 -03:00
committed by Greyson Parrelli
parent 16c8b88f0f
commit 57a70c3085
3 changed files with 16 additions and 2 deletions

View File

@@ -238,11 +238,11 @@ public class ApplicationContext extends MultiDexApplication implements AppForegr
AppDependencies.getMegaphoneRepository().onAppForegrounded();
AppDependencies.getDeadlockDetector().start();
InAppPaymentKeepAliveJob.enqueueAndTrackTimeIfNecessary();
AppDependencies.getJobManager().add(new InAppPaymentAuthCheckJob());
FcmFetchManager.onForeground(this);
startAnrDetector();
SignalExecutors.BOUNDED.execute(() -> {
InAppPaymentAuthCheckJob.enqueueIfNeeded();
RemoteConfig.refreshIfNecessary();
RetrieveProfileJob.enqueueRoutineFetchIfNecessary();
executePendingContactSync();