You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need every month renewed the credit and the balance on the day specified by the User, the problem is that every time he starts on the day he is renovating.
The methods are called in MainActivity lines 53 and 55:
I need every month renewed the credit and the balance on the day specified by the User, the problem is that every time he starts on the day he is renovating.
The methods are called in MainActivity lines 53 and 55:
mPresenter.renewalBalanceAccount(); mPresenter.renewalCredit();
https://github.com/WallysonNunes/myPocket/blob/master/app/src/main/java/wallyson/com/br/mypocket/view/MainActivity.java
Methods to renew are in MainActivityPresenter lines 73 and 96:
https://github.com/WallysonNunes/myPocket/blob/master/app/src/main/java/wallyson/com/br/mypocket/presenter/MainActivityPresenter.java
The text was updated successfully, but these errors were encountered: