EGOR-IND commented on a change in pull request #122:
URL: https://github.com/apache/fineract-cn-mobile/pull/122#discussion_r593429165
##########
File path:
app/src/main/java/org/apache/fineract/ui/online/loanaccounts/plannedpayment/PlannedPaymentPresenter.java
##########
@@ -56,7 +56,7 @@ public void detachView() {
@Override
public void fetchPlannedPayment(String productIdentifier, String
caseIdentifier,
Integer pageIndex, String initialDisbursalDate, Boolean loadmore) {
- this.loadmore = loadmore;
+// this.loadmore = loadmore;
Review comment:
I get what you're saying, actually both of our approach will make those
conditional statements give same result all the time:). So that's why I'm
saying, why remove the existence of loadmore if we can pass false to it. But
still I exactly unable to understand the use of loadmore as a parameter😂.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]