set sync interval back to 5 minutes

This commit is contained in:
Akinwale Ariwodola 2020-07-22 05:52:44 +01:00
parent 1bb5ce72fa
commit 88a43dc679

View file

@ -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;
} }
} }