Fixed that doAutomaticAccountsUpdate() has been commented out

This commit is contained in:
dankito 2021-11-06 02:02:07 +01:00
parent fc243f2a54
commit f99e5ad96f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ open class BankingPresenter(
readPersistedBanks() readPersistedBanks()
if (appSettings.automaticallyUpdateAccountsAfterMinutes != null) { // TODO: check if time has elapsed if (appSettings.automaticallyUpdateAccountsAfterMinutes != null) { // TODO: check if time has elapsed
//doAutomaticAccountsUpdate() doAutomaticAccountsUpdate()
} }
} }
} }