Fixed that doAutomaticAccountsUpdate() has been commented out
This commit is contained in:
parent
fc243f2a54
commit
f99e5ad96f
|
@ -158,7 +158,7 @@ open class BankingPresenter(
|
|||
readPersistedBanks()
|
||||
|
||||
if (appSettings.automaticallyUpdateAccountsAfterMinutes != null) { // TODO: check if time has elapsed
|
||||
//doAutomaticAccountsUpdate()
|
||||
doAutomaticAccountsUpdate()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue