mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Fixed #6084
This commit is contained in:
parent
f2de40d3b8
commit
2a9463438e
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue