set sync interval back to 5 minutes
This commit is contained in:
parent
1bb5ce72fa
commit
88a43dc679
1 changed files with 1 additions and 1 deletions
|
@ -1750,7 +1750,7 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
||||||
public void run() {
|
public void run() {
|
||||||
syncWalletAndLoadPreferences();
|
syncWalletAndLoadPreferences();
|
||||||
}
|
}
|
||||||
}, 0, 2, TimeUnit.MINUTES);
|
}, 0, 5, TimeUnit.MINUTES);
|
||||||
walletSyncScheduled = true;
|
walletSyncScheduled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue