mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Remove BackgroundMessageRetriever and clean up old code.
This commit is contained in:
committed by
Cody Henthorne
parent
9f75c37331
commit
b07d675bb4
@@ -60,7 +60,7 @@ public final class MessageProcessReceiver extends BroadcastReceiver {
|
||||
Log.i(TAG, "Running PushNotificationReceiveJob");
|
||||
|
||||
Optional<JobTracker.JobState> jobState = ApplicationDependencies.getJobManager()
|
||||
.runSynchronously(PushNotificationReceiveJob.withDelayedForegroundService(foregroundDelayMs), jobTimeout);
|
||||
.runSynchronously(new PushNotificationReceiveJob(), jobTimeout);
|
||||
|
||||
Log.i(TAG, "PushNotificationReceiveJob ended: " + (jobState.isPresent() ? jobState.get().toString() : "Job did not complete"));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user