therajanmaurya commented on a change in pull request #10: feat: Sync feature
for customer and customer details
URL: https://github.com/apache/fineract-cn-mobile/pull/10#discussion_r203736177
##########
File path:
app/src/main/java/org/apache/fineract/ui/online/customers/customerlist/CustomersFragment.java
##########
@@ -125,12 +137,12 @@ public void showUserInterface() {
.getResources().getIntArray(R.array.swipeRefreshColors));
swipeRefreshLayout.setOnRefreshListener(this);
- rvCustomers.addOnScrollListener(new
EndlessRecyclerViewScrollListener(layoutManager) {
- @Override
- public void onLoadMore(int page, int totalItemsCount) {
- customerPresenter.fetchCustomers(page, true);
- }
- });
+// rvCustomers.addOnScrollListener(new
EndlessRecyclerViewScrollListener(layoutManager) {
Review comment:
remove it, No need to comment
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services