This commit is contained in:
Sujal-Gupta-SG 2025-01-04 01:31:16 +05:30
parent f2de40d3b8
commit 2a9463438e

View file

@ -45,7 +45,7 @@ public class ContributionsListPresenter implements UserActionListener {
// Timer for polling new contributions
private Handler pollingHandler;
private Runnable pollingRunnable;
private long pollingInterval = 1 * 60 * 1000L; // Poll every 15 seconds
private long pollingInterval = 1 * 60 * 1000L; // Poll every 1 minutes
@Inject
ContributionsListPresenter(